From d96b62b66470479b8a74fe0bb065106d6b192945 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 16 Sep 2024 10:59:14 +0200 Subject: [PATCH] test prod --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index aed42cd..727ff0e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,6 +42,8 @@ steps: from_secret: prod_server_themes_path commands: + - pwd + - ls - 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' ./ $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'