From 474e1b629b23a0b9c190953d5713758b8d58f8e1 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:15:29 +0200 Subject: [PATCH] fixed drone config --- .drone.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 558ff48..9ea4cfc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,13 @@ pipeline: # Tell people vikunja web was updated telegram: image: appleboy/drone-telegram - secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, TELEGRAM_MESSAGE ] + secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, ] format: markdown message: > - {{#success build.status}}Build {{build.number}} succeeded, deployed website.{{else}}Build {{build.number}} failed. Fix me please.{{/success}}{{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}. + {{#success build.status}} + Build {{build.number}} succeeded, deployed website. + {{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}. + {{else}} + Build {{build.number}} failed. Fix me please. + {{commit.author}} did {{build.event}} to {{commit.branch}}({{commit.sha}}:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}. + {{/success}}