Mise à jour de '.drone.yml'
This commit is contained in:
parent
1c432196a6
commit
5e80dd7b44
40
.drone.yml
40
.drone.yml
@ -43,22 +43,24 @@ steps:
|
|||||||
key:
|
key:
|
||||||
from_secret: RSYNC_SSH_KEY
|
from_secret: RSYNC_SSH_KEY
|
||||||
|
|
||||||
when:
|
- name: notify
|
||||||
status: [ success, failure ]
|
image: drillster/drone-email
|
||||||
|
settings:
|
||||||
- name: notification
|
from: drone@gregandev.fr
|
||||||
image: drillster/drone-email
|
host: mail.gandi.net
|
||||||
settings:
|
port: 465
|
||||||
from.address: drone@gregandev.fr
|
username: drone@gregandev.fr
|
||||||
host: mail.gandi.net
|
password:
|
||||||
port: 465
|
from-secret: MAIL_PASSWORD
|
||||||
username: drone@gregandev.fr
|
recipients:
|
||||||
password:
|
- greg@gregandev.fr
|
||||||
from-secret: MAIL_PASSWORD
|
subject: >
|
||||||
recipients: [ greg@gregandev.fr ]
|
[{{ build.status }}]
|
||||||
subject: >
|
{{ repo.owner }}/{{ repo.name }}
|
||||||
[{{ build.status }}]
|
({{ build.branch }} - {{ truncate build.commit 8 }})
|
||||||
{{ repo.owner }}/{{ repo.name }}
|
body:
|
||||||
({{ build.branch }} - {{ truncate build.commit 8 }})
|
https://git.io/vgvPz
|
||||||
body:
|
trigger:
|
||||||
https://git.io/vgvPz
|
status:
|
||||||
|
- success
|
||||||
|
- failed
|
Loading…
x
Reference in New Issue
Block a user