notification
This commit is contained in:
parent
683b0f9e56
commit
33a238b2fa
@ -158,3 +158,11 @@ pipeline:
|
|||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
when:
|
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 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user