Update .drone.yml
This commit is contained in:
parent
55a097f7c6
commit
c8fd30f23a
1 changed files with 3 additions and 1 deletions
|
@ -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 }})
|
||||
|
|
Loading…
Reference in a new issue