Mise à jour de '.drone.yml'
This commit is contained in:
parent
f8a58da4a7
commit
a7d7baab90
26
.drone.yml
26
.drone.yml
@ -48,24 +48,8 @@ steps:
|
|||||||
key:
|
key:
|
||||||
from_secret: RSYNC_SSH_KEY
|
from_secret: RSYNC_SSH_KEY
|
||||||
|
|
||||||
- name: notify
|
- name: test
|
||||||
image: drillster/drone-email
|
image: busybox
|
||||||
settings:
|
commands:
|
||||||
from.address: drone@gregandev.fr
|
- echo {{ build.status }}
|
||||||
host: mail.gandi.net
|
|
||||||
port: 25
|
|
||||||
# skip_verify: true
|
|
||||||
debug: true
|
|
||||||
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 }})
|
|
||||||
attachment: build-result.xml
|
|
||||||
body:
|
|
||||||
https://git.io/vgvPz
|
|
||||||
when:
|
|
||||||
status: [ success, failure ]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user