summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index fc41ff9eb3..4c4fadc97b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -164,8 +164,13 @@ pipeline:
event: [ tag ]
branch: [ refs/tags/* ]
- gitter:
- image: plugins/gitter
+ discord:
+ image: appleboy/drone-discord
+ webhook_id: ${WEBHOOK_ID}
+ webhook_token: ${WEBHOOK_TOKEN}
+ when:
+ event: [ push, tag, pull_request ]
+ status: [ failure ]
services:
mysql: