mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
Deployment improvements and potential webpack fix
This commit is contained in:
4
.github/workflows/manualdeploy.yml
vendored
4
.github/workflows/manualdeploy.yml
vendored
@@ -34,8 +34,12 @@ jobs:
|
||||
cd coriolis-data
|
||||
export NVM_DIR=~/.nvm
|
||||
source ~/.nvm/nvm.sh
|
||||
npm install
|
||||
npm audit fix
|
||||
npm start
|
||||
cd ../coriolis
|
||||
npm install
|
||||
npm audit fix
|
||||
npm run build
|
||||
- name: Deploy the code
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user