From 8618e363d893d60a96491746dbf6ca8c13b3c75d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 30 Jul 2024 12:40:00 +0200 Subject: [PATCH] fixing the build command into 'production' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cd5d69c..791791e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,5 +22,5 @@ steps: - git clone https://git.deligraph.be/Antoine/homegrade_production.git - cd homegrade_production - npm install - - npm run build + - npm run production - rsync -avhp ./ $PROJECT_SERVER_PATH --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'