CHORE Final production pipelinge path

This commit is contained in:
Nonimart 2025-08-05 15:18:18 +02:00
parent 7ab9dfc3fa
commit 50e0cc5ef0

View File

@ -32,4 +32,4 @@ steps:
from_secret: prod_server_path from_secret: prod_server_path
commands: commands:
- cd homegrade_theme_production - 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'