From 54df9b429c533dc10eaa7924e7a9d71240ab2d05 Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Sun, 22 Jan 2023 17:01:54 +0000 Subject: [PATCH] add slack notifications to drone 2/n --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5c0a689d..ef2d412e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,8 @@ steps: webhook: from_secret: slack_webhook channel: general + when: + status: [ success, failure ] - name: Prepare terraform files image: alpine commands: