Compare commits

..

No commits in common. "77041f494cb94f306a7a51fa29b869a55a77ecbd" and "e37ade5929f7a78413921e759cfec42f6f35d522" have entirely different histories.

View File

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