mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
Add update.sh
This commit is contained in:
parent
ffa34f33c2
commit
61a7a7da32
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
Add a link
Reference in a new issue