Mise à jour de '.drone.yml'

This commit is contained in:
gregandev 2023-06-15 17:47:11 +02:00
parent 7b4fe350b2
commit a4ce8323ea

View File

@ -53,19 +53,18 @@ steps:
commands: commands:
- python3 -m pip install weasyprint - python3 -m pip install weasyprint
- python3 web-to-pdf.py - python3 web-to-pdf.py
- ls -la
# - name: deploy cv on terminal-cv - name: deploy cv on terminal-cv
# image: drillster/drone-rsync image: drillster/drone-rsync
# settings: settings:
# hosts: ["192.168.1.101"] hosts: ["192.168.1.101"]
# target: /workspace/terminal-cv/site/... target: /workspace/terminal-cv/site/resources/resume.pdf
# source: ./CV.pdf source: ./out.pdf
# port: 2021 port: 2021
# user: user:
# from_secret: RSYNC_USER_STACK from_secret: RSYNC_USER
# key: key:
# from_secret: RSYNC_SSH_KEY_STACK from_secret: RSYNC_STACK_KEY
- name: notification - name: notification
image: appleboy/drone-telegram image: appleboy/drone-telegram