diff --git a/.drone.yml b/.drone.yml index a7d8b7a..b91643a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,10 +59,9 @@ pipeline: when: event: [ tag ] - facebook: - image: appleboy/drone-facebook - secrets: [ fb_page_token, fb_verify_token ] + discord: + image: appleboy/drone-discord pull: true - to: 1234973386524610 + secrets: [ discord_webhook_id, discord_webhook_token ] when: status: [ changed, failure ]