From fa9404e3357b4cb369f6db9eddddee65798795e4 Mon Sep 17 00:00:00 2001 From: steam Date: Thu, 30 Sep 2021 00:56:46 +0200 Subject: [PATCH] try to not to remove the target on deployment --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cff76a6..63024fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: host: poweronoff.click target: /var/www/poweronoff.click source: public/* - rm: true + rm: false strip_components: 1 username: from_secret: ssh_username