chore: update prod deploy workflow
This commit is contained in:
@@ -32,4 +32,6 @@ jobs:
|
||||
run: |
|
||||
cd server
|
||||
npm install
|
||||
pm2 restart brew-backend || pm2 start index.js --name "brew-backend"
|
||||
npm run build
|
||||
pm2 delete brew-backend || true
|
||||
pm2 start dist/index.js --name "brew-backend"
|
||||
Reference in New Issue
Block a user