From 527c8e6dca5e563865277c796d80ae6876a6aecc Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:07:00 +0200 Subject: [PATCH] fixed drone config --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index f882f1b..09661c6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,14 +31,14 @@ pipeline: # Tell people vikunja web was updated telegram: image: appleboy/drone-telegram - secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO ] + secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, TELEGRAM_MESSAGE ] 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}}. +# 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}}.