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: