mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 10:37:19 +00:00
7 lines
76 B
Bash
Executable file
7 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
|
|
nvm use
|
|
git pull
|
|
npm ci
|
|
npm run build
|
|
pm2 restart process.json
|