From aa46d17a47ad61063baccfe1646cbd1e11d45c7f Mon Sep 17 00:00:00 2001 From: Yann Autissier Date: Fri, 6 Dec 2024 22:09:31 +0000 Subject: [PATCH] fix drone publish --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1136567..010177b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,6 +29,8 @@ steps: port: 22 target: /dav/www/ source: ./.output/public/ + overwrite: true + verbose: true when: branch: - main