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

20 lines
368 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
message: "from Drone"
when:
event:
- push
- tag
status:
- changed
- failure