From 9a5e228d56fd98f0e313d9903d2ff859e533aa57 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 5 Aug 2025 14:31:07 +0200 Subject: [PATCH] CHORE Adapting path to real them folder --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f460dfc..d013177 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,4 +34,4 @@ steps: from_secret: prod_server_path commands: - cd Metiers_du_patrimoine_theme - - rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/themes/Metiers_du_patrimoine_test --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' + - rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/themes/Metiers_du_patrimoine --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'