This commit is contained in:
parent
4511bb4b12
commit
9e817e9452
24
.drone.yml
24
.drone.yml
@ -38,16 +38,6 @@ 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:
|
|
||||||
# event:
|
|
||||||
# - push
|
|
||||||
# - tag
|
|
||||||
# - pull_request
|
|
||||||
# - deployment
|
|
||||||
# status:
|
|
||||||
# - changed
|
|
||||||
# - failure
|
|
||||||
# - success
|
|
||||||
message: >
|
message: >
|
||||||
{{#success build.status}}
|
{{#success build.status}}
|
||||||
✅ Build #{{build.number}} of `{{repo.name}}` succeeded.
|
✅ Build #{{build.number}} of `{{repo.name}}` succeeded.
|
||||||
@ -63,4 +53,16 @@ steps:
|
|||||||
{{commit.message}}
|
{{commit.message}}
|
||||||
```
|
```
|
||||||
🌐 {{ build.link }}
|
🌐 {{ build.link }}
|
||||||
{{/success}}
|
{{/success}}
|
||||||
|
|
||||||
|
|
||||||
|
# when:
|
||||||
|
# event:
|
||||||
|
# - push
|
||||||
|
# - tag
|
||||||
|
# - pull_request
|
||||||
|
# - deployment
|
||||||
|
# status:
|
||||||
|
# - changed
|
||||||
|
# - failure
|
||||||
|
# - success
|
Loading…
x
Reference in New Issue
Block a user