From 50e0cc5ef034954f0b292610eb86be7d11eef7ba Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 5 Aug 2025 15:18:18 +0200 Subject: [PATCH] CHORE Final production pipelinge path --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0d3e92c..b73bf67 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/Homegrade_Theme_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/Homegrade_Theme --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'