Update .drone.yml
This commit is contained in:
parent
8292630868
commit
2b2409130f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ steps:
|
||||||
from:
|
from:
|
||||||
from_secret: smtp_from
|
from_secret: smtp_from
|
||||||
skip_verify: false
|
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: >
|
subject: >
|
||||||
[DRONE CI]: {{ build.status }}: {{ repo.owner }}/{{ repo.name }}
|
[DRONE CI]: {{ build.status }}: {{ repo.owner }}/{{ repo.name }}
|
||||||
({{ build.branch }} - {{ truncate build.commit 8 }})
|
({{ build.branch }} - {{ truncate build.commit 8 }})
|
||||||
|
|
Loading…
Reference in a new issue