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

This commit is contained in:
Yann Autissier
2024-12-06 17:14:18 +00:00
parent d95a152135
commit 8a29b08f0b

View File

@@ -19,7 +19,7 @@ steps:
path: /var/run/docker.sock path: /var/run/docker.sock
- name: publish - name: publish
image: plugins/sftp image: appleboy/drone-scp
settings: settings:
username: username:
from_secret: ssh_username from_secret: ssh_username
@@ -27,8 +27,9 @@ steps:
from_secret: ssh_password from_secret: ssh_password
host: open.us.org host: open.us.org
port: 22 port: 22
files: ./.output/public/* rm: true
destination_path: /dav/www/ source: ./.output/public/*
target: /dav/www/
when: when:
branch: branch:
- main - main