From c183531523acc4e11ea0754d67b03e92f3a27842 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 16 Sep 2024 10:42:05 +0200 Subject: [PATCH] test prod --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 6fc3b0a..2eac0d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,3 +43,4 @@ steps: commands: - rsync -avhpn -e 'ssh' ./ $PROD_SERVER_HOST:~/test/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git' + #