fixing the build command into 'production'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d3171ffa68
commit
8618e363d8
|
|
@ -22,5 +22,5 @@ steps:
|
||||||
- git clone https://git.deligraph.be/Antoine/homegrade_production.git
|
- git clone https://git.deligraph.be/Antoine/homegrade_production.git
|
||||||
- cd homegrade_production
|
- cd homegrade_production
|
||||||
- npm install
|
- 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'
|
- rsync -avhp ./ $PROJECT_SERVER_PATH --delete --exclude 'node_modules' --exclude 'Makefile' --exclude 'Makefile_dev' --exclude '.env' --exclude '.env_prod' --exclude '.env_dev' --exclude '.git'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user