From 1b01896c7eef057dbbe7274e8a6eed329f4fbcfd Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Sun, 22 Jan 2023 16:58:13 +0000 Subject: [PATCH] add slack notifications to drone 1/n --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 241039a1..5c0a689d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,12 @@ trigger: - push steps: + - name: slack + image: plugins/slack + settings: + webhook: + from_secret: slack_webhook + channel: general - name: Prepare terraform files image: alpine commands: