From 2b9860a81d1e32987390ae49c3bb143ef096741c Mon Sep 17 00:00:00 2001 From: Yann Autissier Date: Fri, 6 Dec 2024 17:15:30 +0000 Subject: [PATCH] fix drone publish --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 27b0907..7c1613f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: path: /var/run/docker.sock - name: publish - image: appleboy/drone-scp + image: daniel0ting/drone-scp settings: username: from_secret: ssh_username @@ -27,9 +27,10 @@ steps: from_secret: ssh_password host: open.us.org port: 22 - rm: true - source: ./.output/public/* + source: .output/public target: /dav/www/ + strip.components: 2 + debug: true when: branch: - main