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