This commit is contained in:
parent
74d64f2165
commit
9496262941
14
.drone.yml
14
.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:
|
||||
|
Reference in New Issue
Block a user