From 4f7d186b938a38a11b8245d94939bc04bf52fdd9 Mon Sep 17 00:00:00 2001 From: Yann Autissier Date: Fri, 6 Dec 2024 17:15:30 +0000 Subject: [PATCH] fix drone publish --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 27b0907..a1fbab5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,9 +27,9 @@ steps: from_secret: ssh_password host: open.us.org port: 22 - rm: true - source: ./.output/public/* + source: .output/public target: /dav/www/ + debug: true when: branch: - main