Remove discord webhook #435

Merged
pat-s merged 1 commits from refs/pull/435/head into main 2023-04-13 18:21:21 +00:00

View File

@ -46,19 +46,6 @@ steps:
commands:
- yamllint -f colored .
- name: discord
pull: always
image: appleboy/drone-discord:1.2.4
environment:
DISCORD_WEBHOOK_ID:
from_secret: discord_webhook_id
DISCORD_WEBHOOK_TOKEN:
from_secret: discord_webhook_token
when:
status:
- changed
- failure
---
kind: pipeline
type: docker