drone_test/.drone.yml
sthope 4bcf752828
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2021-09-01 23:52:34 +02:00

23 lines
488 B
YAML

kind: pipeline
type: docker
name: sthope-test
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