website/.drone.yml
sthope 700f6add5f
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2021-09-02 00:32:10 +02:00

27 lines
529 B
YAML

kind: pipeline
type: docker
name: check
steps:
- name: jekyll
image: jekyll/jekyll:latest
- 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