Mise à jour de '.drone.yml'
This commit is contained in:
parent
d4b4f3443d
commit
2f5d195395
@ -51,8 +51,12 @@ steps:
|
||||
- name: notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: "5585226690:AAGG3SzD_ANFLoLTIw3RYN4029T8QtyrJ-0"
|
||||
to: "@gregandev_bot"
|
||||
token:
|
||||
from_secret: TELEGRAM_TOKEN
|
||||
to:
|
||||
from_secret: TELEGRAM_USERID
|
||||
when:
|
||||
status: [success, failure]
|
||||
message: >
|
||||
📝 {{repo.name}} / {{commit.branch}} - {{commit.message}}
|
||||
{{#success build.status}}
|
||||
@ -60,3 +64,4 @@ steps:
|
||||
{{else}}
|
||||
🛑 failed for 👷♂️ build {{build.number}}
|
||||
{{/success}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user