3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00
zeppelin/update.sh

12 lines
117 B
Bash
Raw Permalink Normal View History

2019-05-04 11:03:23 +03:00
#!/bin/bash
2019-05-07 22:27:50 +03:00
# Load nvm
. ~/.nvm/nvm.sh
# Run update
2019-05-04 11:03:23 +03:00
nvm use
git pull
npm ci
npm run build
pm2 restart process.json