From 12fe7ba0f36ab34045af569c72a8fa829dcb3112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 27 Mar 2020 18:47:32 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7cd8e35..2cebccb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,3 +8,13 @@ steps: commands: - apt-get update && apt-get install --no-install-recommends -y docker-compose - docker-compose config --services + +- name: slack + image: plugins/slack + settings: + webhook: + from_secret: slack_webhook + channel: alerts-ci + icon_url: https://cloudcdn.tormakristof.eu/static/drone.svg + when: + status: [ failure ] \ No newline at end of file