Update .drone.yml

This commit is contained in:
Ruan Bekker 2019-04-25 22:40:47 +02:00 committed by GitHub
parent 8292630868
commit 2b2409130f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ steps:
from:
from_secret: smtp_from
skip_verify: false
secrets: [ email_host, email_port, email_recipients, email_username, email_password ]
secrets: [ EMAIL_HOST, EMAIL_PORT, email_recipients, email_username, email_password ]
subject: >
[DRONE CI]: {{ build.status }}: {{ repo.owner }}/{{ repo.name }}
({{ build.branch }} - {{ truncate build.commit 8 }})