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

This commit is contained in:
sthope 2021-09-02 12:44:30 +02:00
parent 4511bb4b12
commit 9e817e9452

View File

@ -38,16 +38,6 @@ 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
message: >
{{#success build.status}}
✅ Build #{{build.number}} of `{{repo.name}}` succeeded.
@ -63,4 +53,16 @@ steps:
{{commit.message}}
```
🌐 {{ build.link }}
{{/success}}
{{/success}}
# when:
# event:
# - push
# - tag
# - pull_request
# - deployment
# status:
# - changed
# - failure
# - success