From 34c5ab47ff74df313527b9dcf9b7d88e1b99fa5f Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 18 Apr 2018 10:14:29 -0700 Subject: [PATCH] Add notify step to Drone builds --- .drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a133081..bbd02bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,4 +18,11 @@ pipeline: target: TWINE_PASSWORD when: event: tag - branch: master + notify: + image: drillster/drone-email + host: $SMTP_HOST + username: $SMTP_USER + password: $SMTP_PASS + from: drone@iamthefij.com + when: + status: [ changed, failure ]