mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 10:25:01 +00:00
12 lines
160 B
Bash
Executable file
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
|