Mise à jour de '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
gregandev 2023-06-15 18:11:28 +02:00
parent e37fd9c221
commit 7675355d31

View File

@ -47,6 +47,12 @@ steps:
key: key:
from_secret: RSYNC_SSH_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 - name: deploy cv on terminal-cv
image: drillster/drone-rsync image: drillster/drone-rsync
settings: settings: