update mail to hotmail
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
722a9db853
commit
26f1741ae6
10
.drone.yml
10
.drone.yml
@ -55,14 +55,14 @@ steps:
|
|||||||
- name: notify
|
- name: notify
|
||||||
image: greglebreton/drone-email:arm64
|
image: greglebreton/drone-email:arm64
|
||||||
settings:
|
settings:
|
||||||
from.address: greg@gregandev.fr
|
from.address: greg.lebreton@hotmail.com
|
||||||
host: mail.gandi.net
|
host: smtp-mail.outlook.com
|
||||||
port: 465
|
port: 587
|
||||||
debug: true
|
debug: true
|
||||||
username: greg@gregandev.fr
|
username: greg.lebreton@hotmail.com
|
||||||
password:
|
password:
|
||||||
from_secret: MAIL_PASSWORD
|
from_secret: MAIL_PASSWORD
|
||||||
recipients: [ greg@gregandev.fr ]
|
recipients: [ greg.lebreton@hotmail.com ]
|
||||||
subject: >
|
subject: >
|
||||||
[{{ build.status }}]
|
[{{ build.status }}]
|
||||||
{{ repo.owner }}/{{ repo.name }}
|
{{ repo.owner }}/{{ repo.name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user