Update .drone.yml

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

View file

@ -57,9 +57,11 @@ steps:
from:
from_secret: smtp_from
host: smtp.sendgrid.net
recipients:
from_secret: email_recipients
port: 587
skip_verify: true
secrets: [ email_recipients, email_username, email_password ]
secrets: [ email_username, email_password ]
subject: >
[DRONE CI]: {{ build.status }}: {{ repo.owner }}/{{ repo.name }}
({{ build.branch }} - {{ truncate build.commit 8 }})