drone_test/.drone.yml
sthope 1f09d66ba8
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2021-09-01 23:42:31 +02:00

15 lines
282 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: "Testing from drone image"