From 6cda5f91f8c95729ff1eae290701c5aa21ca65be Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 5 Aug 2025 15:48:38 +0200 Subject: [PATCH] TEST before production pipeline --- .drone.yml | 2 +- bonjour_gilles.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 bonjour_gilles.txt diff --git a/.drone.yml b/.drone.yml index f260832..d8432db 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 --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-test --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 new file mode 100644 index 0000000..e69de29