From b0fe721cfd0da149a62a432147bec0750f17d99f Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:01:32 +0200 Subject: [PATCH] updated drone --- .drone.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1d46728..6c4ef6c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,4 +31,15 @@ pipeline: # Tell people vikunja web was updated telegram: image: appleboy/drone-telegram - secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO ] + 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}}. +