From c4baf1239af52242979ccfceb4b58a2bfcee1ccd Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 6 Jun 2021 16:22:08 +0200 Subject: [PATCH] Don't remove target dir, try to preserve file permissions --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 85c7555..a3cd81b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,4 +17,3 @@ steps: from_secret: ps_ssh_key source: ./* target: /data/www/pub.solar/ - rm: true