From 149bc51f296e75070738b46c2d2d2799480987f2 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:37:41 +0200 Subject: [PATCH] fixed drone config --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4878b7d..db2c53f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,6 +33,6 @@ pipeline: image: appleboy/drone-telegram secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, ] message: > - \[{{build.status}}\] Build {{build.number}} succeeded, deployed website. - {{commit.author}} pushed to {{commit.branch}} {{commit.sha}} -#:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}. + {{repo.owner}}/{{repo.name}}: \[{{build.status}}] Build {{build.number}} + {{commit.author}} pushed to {{commit.branch}} {{commit.sha}}: {{commit.message}} + Build started at {{build.started}}, finished at {{build.finished}}.