From 9e7c30a906474feb4a989d23a5c8a0cf2ece9b09 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 14 May 2025 12:26:42 +0200 Subject: [PATCH] =?UTF-8?q?fixing=20deploym=C3=B9ent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e86abde..9f2a935 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,4 +24,4 @@ steps: from_secret: dev_server_path commands: - cd carhop__plugins__DEV - - rsync -avhp -e 'ssh -p 1982' ./mu-plugins $DEV_SERVER_PATH:~/carhop/wordpress/wp-content/mu-plugins --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' + - rsync -avhp -e 'ssh -p 1982' ./mu-plugins/ $DEV_SERVER_PATH:~/carhop/wordpress/wp-content/mu-plugins --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'