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