🚀 Amba CI/CD Dashboard

Deployment #45

← Back to List
Repository:

AmbaPay/Amba-events

Branch:

production

Commit:

5347508211fb44551bee2e6cdea4f82f471203f7

Status:

success

Created At:

3/4/2026, 4:36:39 PM

Commands (11)

git rev-parse HEAD
Success Exit: 0
Output:
7390d1bf9522ccc7b4d3ad0c2abf8b4c1d8a655e
git stash save "local changes 2026-03-04T16:36:39.280Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 7390d1b Merge pull request 'dev' (#10) from dev into production
git fetch https://***:***@gitea.yaltopia.com/AmbaPay/Amba-events.git production
Success Exit: 0
Error:
From https://gitea.yaltopia.com/AmbaPay/Amba-events
 * branch            production -> FETCH_HEAD
git checkout production
Success Exit: 0
Output:
Your branch is up to date with 'origin/production'.
Error:
Already on 'production'
git pull https://***:***@gitea.yaltopia.com/AmbaPay/Amba-events.git production
Success Exit: 0
Output:
Updating 7390d1b..5347508
Fast-forward
Error:
From https://gitea.yaltopia.com/AmbaPay/Amba-events
 * branch            production -> FETCH_HEAD
git rev-parse HEAD
Success Exit: 0
Output:
5347508211fb44551bee2e6cdea4f82f471203f7
git diff --name-only 7390d1bf9522ccc7b4d3ad0c2abf8b4c1d8a655e 5347508211fb44551bee2e6cdea4f82f471203f7
Success Exit: 0
npm install --include=dev
Success Exit: 0
Output:
up to date, audited 637 packages in 2s

77 packages are looking for funding
  run `npm fund` for details

23 vulnerabilities (7 low, 2 moderate, 11 high, 3 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
npm run build
Success Exit: 0
Output:
> event-management-be@1.0.0 build
> tsc

pm2 restart /home/amba/amba_services/pm2_services/ecosystem.config.js --only amba_events
Success Exit: 0
Output:
[PM2] Applying action restartProcessId on app [amba_events](ids: [ 1 ])
[PM2] [amba_events](1) ✓
┌────┬───────────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name                  │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
├────┼───────────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 1  │ amba_events           │ default     │ 1.0.0   │ fork    │ 1700109  │ 0s     │ 14   │ online    │ 0%       │ 7.3mb    │ amba     │ disabled │
│ 0  │ amba_notifications    │ default     │ 1.0.0   │ fork    │ 821830   │ 42D    │ 276  │ online    │ 0%       │ 118.0mb  │ amba     │ disabled │
└────┴───────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘