Add notify step to Drone builds

This commit is contained in:
IamTheFij 2018-04-18 10:14:29 -07:00
parent e68e3e10a0
commit 34c5ab47ff
1 changed files with 8 additions and 1 deletions

View File

@ -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 ]