fix push
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Antoine M 2025-03-05 14:08:30 +01:00
parent 8188e53e26
commit 3584f49f87

View File

@ -35,4 +35,5 @@ steps:
- cd majdouline-sbai/
- pwd
- ls
- ls ~/ms/wordpress/user/theme/
- rsync -avhp -e 'ssh -p 1982' ./ $DEV_SERVER_PATH:~/ms/wordpress/user/theme/majdouline-sbai/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'