chore: Fix pm2 process duplication and form icons
All checks were successful
Deploy Brew Application / deploy (push) Successful in 11s

This commit is contained in:
2026-06-06 15:42:52 +05:30
parent 592ccf0a92
commit 4a9f6b6266
4 changed files with 5 additions and 5 deletions

View File

@@ -28,4 +28,4 @@ jobs:
run: |
cd server
npm install
pm2 trigger or restart brew-backend || pm2 start index.js --name "brew-backend"
pm2 restart brew-backend || pm2 start index.js --name "brew-backend"