From 17f5c4d885107f536c010f5609ce04bd960089e9 Mon Sep 17 00:00:00 2001 From: gregandev Date: Thu, 15 Jun 2023 18:17:52 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3eb32c7..ec3bf4c 100644 --- a/.drone.yml +++ b/.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: