From 7289ed72d8993ad441034aa29d5368040833cb80 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 16 Sep 2024 11:14:10 +0200 Subject: [PATCH] test prod --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4fb05e0..4826caa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,6 +45,6 @@ steps: commands: - cd homegrade_theme_production - - rsync -avhpn -e 'ssh -p 1982' ./ $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 -p 1982' ./ $DEV_SERVER_HOST:$DEV_SERVER_THEMES_PATH/$THEME_FOLDER_NAME/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'