diff --git a/.drone.yml b/.drone.yml index 5e724d3..0dfc5ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,6 +35,20 @@ steps: 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: - push