🚀 Amba CI/CD Dashboard

Deployment #2

← Back to List
Repository:

AmbaPay/Amba-events

Branch:

production

Commit:

aa72b7b851de838bd151b325021955a039106ad7

Status:

success

Created At:

12/26/2025, 8:27:48 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-26T08:27:48.089Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 5607ed0 typo
git fetch origin production
Success Exit: 0
Error:
fatal: unable to bind to '/home/amba/.cache/git/credential/socket': Read-only file system
warning: unable to unlink '/home/amba/.cache/git/credential/socket': Read-only file system
fatal: cache daemon did not start: 
From https://gitea.yaltopia.com/AmbaPay/Amba-events
 * branch            production -> FETCH_HEAD
   5607ed0..aa72b7b  production -> origin/production
git checkout production
Success Exit: 0
Output:
Your branch is behind 'origin/production' by 2 commits, 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:
5607ed02de2aa2cad355c8ee241ac5b6989c5341
git pull origin production
Success Exit: 0
Output:
Updating 5607ed0..aa72b7b
Fast-forward
 src/api/routes/ticket.route.ts       | 21 ++++++++++++--
 src/controllers/ticket.controller.ts | 56 ++++++++++++++++++++++++++++++++++--
 src/services/ticket.service.ts       |  6 +++-
 3 files changed, 77 insertions(+), 6 deletions(-)
Error:
fatal: unable to bind to '/home/amba/.cache/git/credential/socket': Read-only file system
warning: unable to unlink '/home/amba/.cache/git/credential/socket': Read-only file system
fatal: cache daemon did not start: 
From https://gitea.yaltopia.com/AmbaPay/Amba-events
 * branch            production -> FETCH_HEAD
git rev-parse HEAD
Success Exit: 0
Output:
aa72b7b851de838bd151b325021955a039106ad7
git diff --name-only 5607ed02de2aa2cad355c8ee241ac5b6989c5341 aa72b7b851de838bd151b325021955a039106ad7
Success Exit: 0
Output:
src/api/routes/ticket.route.ts
src/controllers/ticket.controller.ts
src/services/ticket.service.ts
npm install --include=dev
Success Exit: 0
Output:
up to date, audited 590 packages in 1s

71 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    │ 238967   │ 0s     │ 4    │ online    │ 0%       │ 13.9mb   │ amba     │ disabled │
│ 0  │ amba_notifications    │ default     │ 1.0.0   │ fork    │ 195188   │ 42h    │ 5    │ online    │ 0%       │ 91.6mb   │ amba     │ disabled │
└────┴───────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘