From 029b775cffcee070e3792cf0d10a76b2c6761e2f Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 24 Feb 2022 22:01:08 +0100 Subject: [PATCH] ci: scp tar should remove files before copying --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 917cd88..6dfe4d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,4 +24,4 @@ steps: - "!shell.nix" - ./* target: /data/www/pub.solar/matrix-domain/ - overwrite: true + rm: true