From b75213b5ecde4c773acc5b8043cdfd516bd5198f Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Sep 2018 23:35:10 +0200 Subject: [PATCH] fixed drone config --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0d7ac7c..4878b7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,4 +34,5 @@ pipeline: secrets: [ TELEGRAM_TOKEN, TELEGRAM_TO, ] message: > \[{{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}}. + {{commit.author}} pushed to {{commit.branch}} {{commit.sha}} +#:`{{commit.message}}`Build started at {{build.started}}, finished at {{build.finished}}.