From b8f92792f766c4b753842ffb76db96060d10cc53 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 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 27b0907..3fd4438 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,9 +27,11 @@ steps: from_secret: ssh_password host: open.us.org port: 22 - rm: true - source: ./.output/public/* + source: /drone/src/.output/public target: /dav/www/ + environment: + PLUGIN_RM: false + PLUGIN_DEBUG: true when: branch: - main