From 0c653a4fd2393581016572e537a4ab919c2e6be3 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 23 Sep 2024 15:57:23 +0200 Subject: [PATCH] cicd test --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index df7578a..e103345 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,10 +18,6 @@ steps: - name: Clonage du Repo commands: - git clone https://git.deligraph.be/Antoine/homegrade_blocks_production.git - - name: Installation du package - commands: - - cd homegrade_blocks_production - - npm install - name: Build des blocks commands: - cd homegrade_blocks_production @@ -34,3 +30,4 @@ steps: commands: - cd homegrade_blocks_production # - rsync -avhp -e 'ssh' ./ $PROD_SERVER_PATH:~/public_html/wp-content/themes/Deligraph_Homegrade --delete --exclude 'node_modules' --exclude 'Makefile' --exclude '.git' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' +#