This commit is contained in:
parent
e6f1ed0e8e
commit
173a6f5e88
21
.drone.yml
21
.drone.yml
@ -38,17 +38,16 @@ steps:
|
|||||||
from_secret: discord_webhook_id
|
from_secret: discord_webhook_id
|
||||||
DISCORD_WEBHOOK_TOKEN:
|
DISCORD_WEBHOOK_TOKEN:
|
||||||
from_secret: discord_webhook_token
|
from_secret: discord_webhook_token
|
||||||
when:
|
# when:
|
||||||
event:
|
# event:
|
||||||
- push
|
# - push
|
||||||
- tag
|
# - tag
|
||||||
- pull_request
|
# - pull_request
|
||||||
- deployment
|
# - deployment
|
||||||
status:
|
# status:
|
||||||
- changed
|
# - changed
|
||||||
- failure
|
# - failure
|
||||||
- success
|
# - success
|
||||||
|
|
||||||
message: >
|
message: >
|
||||||
{{#success build.status}}
|
{{#success build.status}}
|
||||||
✅ Build #{{build.number}} of `{{repo.name}}` succeeded.
|
✅ Build #{{build.number}} of `{{repo.name}}` succeeded.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user