This commit is contained in:
parent
5e38ab5657
commit
34451a2208
40
.drone.yml
40
.drone.yml
@ -25,15 +25,35 @@ 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:
|
settings:
|
||||||
event:
|
message: >
|
||||||
- push
|
{{#success build.status}}
|
||||||
- tag
|
✅ Build #{{build.number}} of `{{repo.name}}` succeeded.
|
||||||
- pull_request
|
|
||||||
- deployment
|
📝 Commit by {{commit.author}} on `{{commit.branch}}`:
|
||||||
status:
|
```
|
||||||
- changed
|
{{commit.message}}
|
||||||
- failure
|
```
|
||||||
- success
|
🌐 <{{ build.link }}>
|
||||||
|
{{else}}
|
||||||
|
❌ Build #{{build.number}} of `{{repo.name}}` failed.
|
||||||
|
📝 Commit by {{commit.author}} on `{{commit.branch}}`:
|
||||||
|
```
|
||||||
|
{{commit.message}}
|
||||||
|
```
|
||||||
|
🌐 <{{ build.link }}>
|
||||||
|
{{/success}}
|
||||||
|
|
||||||
|
|
||||||
|
# when:
|
||||||
|
# event:
|
||||||
|
# - push
|
||||||
|
# - tag
|
||||||
|
# - pull_request
|
||||||
|
# - deployment
|
||||||
|
# status:
|
||||||
|
# - changed
|
||||||
|
# - failure
|
||||||
|
# - success
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user