fix drone publish
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yann Autissier
2024-12-06 18:58:34 +00:00
parent 2b9860a81d
commit d8badbfe51

View File

@@ -19,7 +19,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: publish - name: publish
image: daniel0ting/drone-scp image: hypervtechnics/drone-sftp
settings: settings:
username: username:
from_secret: ssh_username from_secret: ssh_username
@@ -27,10 +27,8 @@ steps:
from_secret: ssh_password from_secret: ssh_password
host: open.us.org host: open.us.org
port: 22 port: 22
source: .output/public
target: /dav/www/ target: /dav/www/
strip.components: 2 source: ./.output/public/
debug: true
when: when:
branch: branch:
- main - main