excluding dev files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-09-23 11:12:34 +02:00
parent cad78d75cb
commit 18f45ec034

View File

@ -34,4 +34,4 @@ steps:
from_secret: prod_folder_path
commands:
- cd lhoist-stay-safe__backend-theme
- rsync -avhp -e 'ssh -p 22' ./ $PROD_SERVER_PATH:back/wp-content/themes/Deligraph_lhoist --delete
- rsync -avhp -e 'ssh -p 22' ./ $PROD_SERVER_PATH:back/wp-content/themes/Deligraph_lhoist --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'