Mise à jour de '.drone.yml'
This commit is contained in:
parent
a4ce8323ea
commit
17f5c4d885
18
.drone.yml
18
.drone.yml
@ -48,24 +48,6 @@ steps:
|
||||
key:
|
||||
from_secret: RSYNC_SSH_KEY
|
||||
|
||||
- name: web CV to PDF
|
||||
image: python
|
||||
commands:
|
||||
- python3 -m pip install weasyprint
|
||||
- python3 web-to-pdf.py
|
||||
|
||||
- name: deploy cv on terminal-cv
|
||||
image: drillster/drone-rsync
|
||||
settings:
|
||||
hosts: ["192.168.1.101"]
|
||||
target: /workspace/terminal-cv/site/resources/resume.pdf
|
||||
source: ./out.pdf
|
||||
port: 2021
|
||||
user:
|
||||
from_secret: RSYNC_USER
|
||||
key:
|
||||
from_secret: RSYNC_STACK_KEY
|
||||
|
||||
- name: notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
|
Loading…
x
Reference in New Issue
Block a user