This commit is contained in:
parent
0e6a77389b
commit
996f91b68e
10
.drone.yml
10
.drone.yml
@ -56,7 +56,7 @@ steps:
|
|||||||
- name: deploy cv on terminal-cv
|
- name: deploy cv on terminal-cv
|
||||||
image: greglebreton/drone-rsync:aarch64
|
image: greglebreton/drone-rsync:aarch64
|
||||||
settings:
|
settings:
|
||||||
hosts: ["192.168.1.101"]
|
hosts: ["192.168.0.100"]
|
||||||
target: /workspace/terminal-cv/site/resources/resume.pdf
|
target: /workspace/terminal-cv/site/resources/resume.pdf
|
||||||
source: ./out.pdf
|
source: ./out.pdf
|
||||||
port: 2021
|
port: 2021
|
||||||
@ -68,14 +68,14 @@ steps:
|
|||||||
- name: notify
|
- name: notify
|
||||||
image: greglebreton/drone-email:arm64
|
image: greglebreton/drone-email:arm64
|
||||||
settings:
|
settings:
|
||||||
from.address: greg.lebreton@hotmail.com
|
from.address: contact@gregandev.fr
|
||||||
host: smtp-mail.outlook.com
|
host: mail.gregandev.fr
|
||||||
port: 587
|
port: 587
|
||||||
debug: true
|
debug: true
|
||||||
username: greg.lebreton@hotmail.com
|
username: contact@gregandev.fr
|
||||||
password:
|
password:
|
||||||
from_secret: MAIL_PASSWORD
|
from_secret: MAIL_PASSWORD
|
||||||
recipients: [ greg.lebreton@hotmail.com ]
|
recipients: [ greg@gregandev.fr ]
|
||||||
subject: >
|
subject: >
|
||||||
[{{ build.status }}]
|
[{{ build.status }}]
|
||||||
{{ repo.owner }}/{{ repo.name }}
|
{{ repo.owner }}/{{ repo.name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user