From 9496262941928cc3ea3af9563acbc24447b748b1 Mon Sep 17 00:00:00 2001 From: SebClem Date: Tue, 1 Feb 2022 11:26:05 +0100 Subject: [PATCH] :robot: Add notification --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.drone.yml b/.drone.yml index a70a23b..478d2c8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,6 +32,20 @@ steps: when: target: - production + + - name: Notify + image: drillster/drone-email + settings: + host: + from_secret: mail_host + username: + from_secret: mail_username + password: + from_secret: mail_password + from: + from_secret: mail_from + when: + status: [ changed, failure ] trigger: event: