Mise à jour de '.drone.yml'

v4
gregandev 1 year ago
parent e37fd9c221
commit 7675355d31
  1. 6
      .drone.yml

@ -47,6 +47,12 @@ 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:

Loading…
Cancel
Save