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'