Mise à jour de '.drone.yml'

This commit is contained in:
gregandev 2022-12-19 20:05:27 +01:00
parent f8a58da4a7
commit a7d7baab90

View File

@ -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 ]