From 39f987698508b6a855358e9e861322694f83590f Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 5 Aug 2025 15:51:38 +0200 Subject: [PATCH] CHORE final production pipeling settings --- .drone.yml | 2 +- bonjour_gilles.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 bonjour_gilles.txt diff --git a/.drone.yml b/.drone.yml index d8432db..f260832 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,4 +24,4 @@ steps: from_secret: prod_server_path commands: - cd homegrade_blocks_production - - rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/plugins/homegrade-blocks-test --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' + - rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/plugins/homegrade-blocks --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' diff --git a/bonjour_gilles.txt b/bonjour_gilles.txt deleted file mode 100644 index e69de29..0000000