fixed drone config
the build was successful Details

This commit is contained in:
konrad 2018-09-22 23:37:41 +02:00
parent b75213b5ec
commit 149bc51f29
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -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}}.