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

This commit is contained in:
Antoine M 2025-03-05 14:06:43 +01:00
parent 6e75466b88
commit 8188e53e26

View File

@ -32,6 +32,7 @@ steps:
from_secret: dev_server_path
commands:
- cd majdouline-sbai/user
- cd majdouline-sbai/
- pwd
- ls
- 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'