This commit is contained in:
parent
996f91b68e
commit
9fb15f90b2
24
.drone.yml
24
.drone.yml
@ -37,7 +37,7 @@ steps:
|
|||||||
- name: deploy on server
|
- name: deploy on server
|
||||||
image: greglebreton/drone-rsync:aarch64
|
image: greglebreton/drone-rsync:aarch64
|
||||||
settings:
|
settings:
|
||||||
hosts: ["192.168.1.100"]
|
hosts: ["192.168.0.100"]
|
||||||
target: /var/www/html/hugo-cv
|
target: /var/www/html/hugo-cv
|
||||||
source: public/*
|
source: public/*
|
||||||
port:
|
port:
|
||||||
@ -53,17 +53,17 @@ steps:
|
|||||||
- python3 -m pip install weasyprint
|
- python3 -m pip install weasyprint
|
||||||
- python3 web-to-pdf.py
|
- python3 web-to-pdf.py
|
||||||
|
|
||||||
- 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.0.100"]
|
# 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
|
||||||
user:
|
# user:
|
||||||
from_secret: RSYNC_USER
|
# from_secret: RSYNC_USER
|
||||||
key:
|
# key:
|
||||||
from_secret: RSYNC_STACK_KEY
|
# from_secret: RSYNC_STACK_KEY
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: greglebreton/drone-email:arm64
|
image: greglebreton/drone-email:arm64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user