Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
sthope 2021-09-02 02:45:50 +02:00
parent f1083c27a7
commit adc4224a1d

View File

@ -11,23 +11,22 @@ pipeline:
- bundle exec jekyll build
steps:
- name: discord notification
image: appleboy/drone-discord
settings:
webhook_id:
from_secret: discord_webhook_id
webhook_token:
from_secret: discord_webhook_token
avatar_url: https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png
when:
event:
- push
- tag
- pull_request
- deployment
status:
- changed
- failure
- success
discord-notification:
name: discord
image: appleboy/drone-discord
settings:
webhook_id:
from_secret: discord_webhook_id
webhook_token:
from_secret: discord_webhook_token
avatar_url: https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png
when:
event:
- push
- tag
- pull_request
- deployment
status:
- changed
- failure
- success