From 77041f494cb94f306a7a51fa29b869a55a77ecbd Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 23 Sep 2024 15:21:45 +0200 Subject: [PATCH] test cicd --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a417c46..f4979c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,4 +32,4 @@ steps: from_secret: prod_server_path commands: - cd homegrade_theme_production - - rsync -avhpn -e 'ssh -p 22' ./ $PROD_SERVER_PATH:~/public_html/wp-content/themes/Deligraph_lhoist --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' + - rsync -avhpn -e 'ssh -p 22' ./ $PROD_SERVER_PATH:~/public_html/wp-content/themes/Deligraph_Homegrade --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev'