🚀 Amba CI/CD Dashboard

Deployment #4

← Back to List
Repository:

AmbaPay/Amba-events

Branch:

production

Commit:

97896a9112a452a4fbd71ceff3dc4eabd4f76605

Status:

success

Created At:

12/29/2025, 10:08:27 AM

Commands (13)

git config --get remote.origin.url
Success Exit: 0
Output:
https://kerodgebremedhin%40gmail.com:Vor2N4w8h4FUxy@gitea.yaltopia.com/AmbaPay/Amba-events.git
git remote set-url origin https://***:***@gitea.yaltopia.com/AmbaPay/Amba-events.git
Success Exit: 0
git stash save "local changes 2025-12-29T10:08:27.448Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 371d784 Merge pull request 'dev' (#2) from dev into production
git fetch origin production
Success Exit: 0
Error:
From https://gitea.yaltopia.com/AmbaPay/Amba-events
 * branch            production -> FETCH_HEAD
   371d784..97896a9  production -> origin/production
git checkout production
Success Exit: 0
Output:
Your branch is behind 'origin/production' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)
Error:
Already on 'production'
git rev-parse HEAD
Success Exit: 0
Output:
371d784ea6acbb27933d533a9aba1a97d2458f22
git pull origin production
Success Exit: 0
Output:
Updating 371d784..97896a9
Fast-forward
Error:
From https://gitea.yaltopia.com/AmbaPay/Amba-events
 * branch            production -> FETCH_HEAD
git rev-parse HEAD
Success Exit: 0
Output:
97896a9112a452a4fbd71ceff3dc4eabd4f76605
git diff --name-only 371d784ea6acbb27933d533a9aba1a97d2458f22 97896a9112a452a4fbd71ceff3dc4eabd4f76605
Success Exit: 0
npm install --include=dev
Success Exit: 0
Output:
added 23 packages, and audited 613 packages in 2s

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

14 vulnerabilities (4 low, 1 moderate, 7 high, 2 critical)

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

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    │ 302428   │ 0s     │ 5    │ online    │ 0%       │ 10.0mb   │ amba     │ disabled │
│ 0  │ amba_notifications    │ default     │ 1.0.0   │ fork    │ 195188   │ 4D     │ 5    │ online    │ 0%       │ 92.5mb   │ amba     │ disabled │
└────┴───────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘