3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 17:45:03 +00:00

Update update scripts and process files

This commit is contained in:
Dragory 2021-09-04 19:57:59 +03:00
parent 3987311fd9
commit e43f860912
6 changed files with 62 additions and 11 deletions

View file

@ -1,11 +1,4 @@
#!/bin/bash
# Load nvm
. ~/.nvm/nvm.sh
# Run update
nvm use
git pull
npm ci
npm run build
pm2 restart process.json
. ./update-backend.sh
. ./update-dashboard.sh