Add notify step to Drone builds
This commit is contained in:
parent
e68e3e10a0
commit
34c5ab47ff
@ -18,4 +18,11 @@ pipeline:
|
|||||||
target: TWINE_PASSWORD
|
target: TWINE_PASSWORD
|
||||||
when:
|
when:
|
||||||
event: tag
|
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 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user