chore: update prod deploy workflow

This commit is contained in:
2026-06-06 23:43:03 +05:30
parent a1e01cfdc3
commit 84c70e4b5d

View File

@@ -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"