mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 06:11:49 +00:00
8 lines
76 B
Bash
8 lines
76 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
nvm use
|
||
|
git pull
|
||
|
npm ci
|
||
|
npm run build
|
||
|
pm2 restart process.json
|