Update .drone.yml

This commit is contained in:
Ruan Bekker 2019-04-25 23:01:51 +02:00 committed by GitHub
parent 8478261922
commit 43ea0c5123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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