Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sthope 2021-09-02 12:41:42 +02:00
parent e6f1ed0e8e
commit 173a6f5e88

View File

@ -38,17 +38,16 @@ steps:
from_secret: discord_webhook_id
DISCORD_WEBHOOK_TOKEN:
from_secret: discord_webhook_token
when:
event:
- push
- tag
- pull_request
- deployment
status:
- changed
- failure
- success
# when:
# event:
# - push
# - tag
# - pull_request
# - deployment
# status:
# - changed
# - failure
# - success
message: >
{{#success build.status}}
✅ Build #{{build.number}} of `{{repo.name}}` succeeded.