notification

This commit is contained in:
Tobias Trabelsi 2018-02-22 21:45:27 +01:00
parent 683b0f9e56
commit 33a238b2fa
1 changed files with 9 additions and 1 deletions

View File

@ -157,4 +157,12 @@ pipeline:
dockerfile: arch/Dockerfile
secrets: [ docker_username, docker_password ]
when:
event: [ tag ]
event: [ tag ]
telegram:
image: appleboy/drone-telegram
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
to: 14852963
message: Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}.
when:
status: [ failure, success ]