test cicd

This commit is contained in:
Antoine M 2024-09-23 15:21:03 +02:00
parent e37ade5929
commit 058a46841a

View File

@ -31,5 +31,5 @@ steps:
PROD_SERVER_PATH: PROD_SERVER_PATH:
from_secret: prod_server_path from_secret: prod_server_path
commands: commands:
- cd lhoist-stay-safe__backend-theme - cd homegrade_theme_production
- rsync -avhpn -e 'ssh -p 22' ./ $PROD_SERVER_PATH:back/wp-content/themes/Deligraph_lhoist --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' - rsync -avhpn -e 'ssh -p 22' ./ $PROD_SERVER_PATH:~/public_html/wp-content/themes/Deligraph_lhoist --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'