This commit is contained in:
parent
7ddbd35c72
commit
062af89e02
11
.drone.yml
11
.drone.yml
@ -15,9 +15,12 @@ steps:
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
settings:
|
||||
host: smtp
|
||||
port: 25
|
||||
skip_verify: true
|
||||
from: ci@mail.chrz.de
|
||||
host: mail.chrz.de
|
||||
port: 465
|
||||
from: drone@chrz.de
|
||||
username:
|
||||
from_secret: smtp_username
|
||||
password:
|
||||
from_secret: smtp_password
|
||||
when:
|
||||
status: [ success, failure ]
|
Loading…
Reference in New Issue
Block a user