From 64cc751ede3e231b92ddc83cd80e126349afa05c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 16 Sep 2024 10:47:04 +0200 Subject: [PATCH] test prod --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2eac0d6..10845c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,5 +42,6 @@ steps: from_secret: prod_server_themes_path 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 ./ $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' + # - 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'