fix drone publish
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Yann Autissier
2024-12-06 17:15:30 +00:00
parent 8a29b08f0b
commit 2b9860a81d

View File

@@ -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