drone yaml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Trabelsi 2021-11-07 17:54:53 +01:00
parent 6bf134506d
commit c2252c72f0
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
1 changed files with 8 additions and 4 deletions

View File

@ -486,8 +486,10 @@ steps:
image: appleboy/drone-telegram
settings:
message: "Commit {{ commit.message }} ran with build {{ build.number }} and finished with status {{ build.status }}."
to: 14852963
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
to:
from_secret: telegram_userid
token:
from_secret: telegram_secret
when:
status:
- failure
@ -517,8 +519,10 @@ steps:
image: appleboy/drone-telegram
settings:
message: "Release {{ build.tag }} ran with build {{ build.number }} and finished with status {{ build.status }}."
to: 14852963
token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY
to:
from_secret: telegram_userid
token:
from_secret: telegram_secret
when:
status:
- failure