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