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

This commit is contained in:
Antoine M 2024-09-16 10:37:05 +02:00
parent de5fbd7137
commit bb1591a6f3

View File

@ -43,5 +43,3 @@ steps:
commands: commands:
- rsync -avhpn -e 'ssh' ./ $PROD_SERVER_HOST:~/test/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git' - rsync -avhpn -e 'ssh' ./ $PROD_SERVER_HOST:~/test/ --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'
# - rsync -avhpn -e 'ssh' ./ $PROD_SERVER_HOST:~/homegrade/wordpress/wp-content/themes/Deligraph_Homegrade --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'
# - rsync -avhp ./ $DEV_SERVER_HOST:$DEV_SERVER_THEMES_PATH/$THEME_FOLDER_NAME --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'