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:
|
||||
from_secret: RSYNC_SSH_KEY
|
||||
|
||||
- name: notify
|
||||
image: drillster/drone-email
|
||||
settings:
|
||||
from.address: drone@gregandev.fr
|
||||
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 ]
|
||||
- name: test
|
||||
image: busybox
|
||||
commands:
|
||||
- echo {{ build.status }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user