From 101dce3e77925cfb6158ae67f0c037e670fd0264 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 6 Aug 2024 11:20:13 +0200 Subject: [PATCH] adapting new repo name --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 694d39f..60d4fb3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,8 +23,9 @@ steps: PROJECT_SERVER_PATH: from_secret: project_dev_server_path commands: - - git clone https://git.deligraph.be/Antoine/homegrade_production.git - - cd homegrade_production + - git clone https://git.deligraph.be/Antoine/homegrade_theme_production.git + - ls -la + - cd homegrade_theme_production - npm install - npm run production - rsync -avhp ./ $THEME_PATH --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'