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

This commit is contained in:
Antoine M 2025-03-05 14:10:56 +01:00
parent 3584f49f87
commit 28b9f0a7fd

View File

@ -33,7 +33,5 @@ steps:
commands:
- cd majdouline-sbai/
- pwd
- ls
- ls ~/ms/wordpress/user/theme/
- echo $DEV_SERVER_PATH
- 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'