notification
This commit is contained in:
parent
683b0f9e56
commit
33a238b2fa
10
.drone.yml
10
.drone.yml
@ -157,4 +157,12 @@ pipeline:
|
|||||||
dockerfile: arch/Dockerfile
|
dockerfile: arch/Dockerfile
|
||||||
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