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