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