removing drone and gitignore files from prod deployment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-03-05 14:17:10 +01:00
parent 7c58a0886d
commit f7b220b482

View File

@ -34,4 +34,4 @@ steps:
commands: commands:
- cd majdouline-sbai/ - cd majdouline-sbai/
- echo $DEV_SERVER_PATH - echo $DEV_SERVER_PATH
- rsync -avhp -e 'ssh -p 1982' ./ $DEV_SERVER_PATH:~/ms/wordpress/user/themes/majdouline-sbai/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.drone.yml' --exlude '.gitignore' - rsync -avhp -e 'ssh -p 1982' ./ $DEV_SERVER_PATH:~/ms/wordpress/user/themes/majdouline-sbai/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.drone.yml' --exclude '.gitignore'