From f14ddfcfc6b340c4f98b6541a7f28cdc3b5b650f Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Sat, 7 Sep 2019 23:49:51 +0200 Subject: [PATCH] chore: add slack pipeline notification --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index e0133d0..6ab73da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -120,6 +120,14 @@ pipeline: when: event: tag + notification-slack: + image: plugins/slack + webhook: + from_secret: slack_webhook + channel: ci-cd + when: + status: [success, failure] + rebuild-cache: image: drillster/drone-volume-cache rebuild: true -- libgit2 1.7.2