This commit is contained in:
parent
f1083c27a7
commit
adc4224a1d
39
.drone.yml
39
.drone.yml
@ -11,23 +11,22 @@ pipeline:
|
|||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
|
|
||||||
|
|
||||||
steps:
|
discord-notification:
|
||||||
|
name: discord
|
||||||
- name: discord notification
|
image: appleboy/drone-discord
|
||||||
image: appleboy/drone-discord
|
settings:
|
||||||
settings:
|
webhook_id:
|
||||||
webhook_id:
|
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
|
||||||
avatar_url: https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png
|
when:
|
||||||
when:
|
event:
|
||||||
event:
|
- push
|
||||||
- push
|
- tag
|
||||||
- tag
|
- pull_request
|
||||||
- pull_request
|
- deployment
|
||||||
- deployment
|
status:
|
||||||
status:
|
- changed
|
||||||
- changed
|
- failure
|
||||||
- failure
|
- success
|
||||||
- success
|
|
Loading…
x
Reference in New Issue
Block a user