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

This commit is contained in:
sthope 2021-09-01 23:52:34 +02:00
parent fb8309fef6
commit 4bcf752828

View File

@ -10,10 +10,14 @@ steps:
from_secret: discord_webhook_id from_secret: discord_webhook_id
webhook_token: webhook_token:
from_secret: discord_webhook_token from_secret: discord_webhook_token
avatar_url: https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png
when: when:
event: event:
- push - push
- tag - tag
- pull_request
- deployment
status: status:
- changed - changed
- failure - failure
- success