3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00
zeppelin/update-backend-hotfix.sh
2022-08-05 22:49:18 -04:00

12 lines
160 B
Bash
Executable file

#!/bin/bash
# Run hotfix update
cd backend
git pull
npm run build
# Restart processes
cd ..
nvm use
pm2 restart process-bot.json
pm2 restart process-api.json