From 7ab9dfc3fa4acc46b1e634e05959e0825ee2e5d9 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 5 Aug 2025 15:15:22 +0200 Subject: [PATCH] CHORE Modifying test before production --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 51fd45d..0d3e92c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,4 +32,4 @@ steps: from_secret: prod_server_path commands: - cd homegrade_theme_production - - rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/themes/Deligraph_Homegrade --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/Homegrade_Theme_test --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'