mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Add update.sh
This commit is contained in:
parent
79c36c2521
commit
a761a4e550
1 changed files with 7 additions and 0 deletions
7
update.sh
Executable file
7
update.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
nvm use
|
||||||
|
git pull
|
||||||
|
npm ci
|
||||||
|
npm run build
|
||||||
|
pm2 restart process.json
|
Loading…
Add table
Reference in a new issue