drone_test/.drone.yml
sthope 5c2f48da18
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2021-09-01 23:48:35 +02:00

19 lines
342 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
when:
event:
- push
- tag
status:
- changed
- failure