🚀 Amba CI/CD Dashboard

Deployment #5

← Back to List
Repository:

AmbaPay/Amba-events

Branch:

production

Commit:

c02eddc62593d49fe8cb19f5f829314e699f2f5d

Status:

success

Created At:

12/29/2025, 2:11:17 PM

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-29T14:11:17.919Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 97896a9 Empty commit to trigger CI/CD - 1
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
   97896a9..c02eddc  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:
97896a9112a452a4fbd71ceff3dc4eabd4f76605
git pull origin production
Success Exit: 0
Output:
Updating 97896a9..c02eddc
Fast-forward
 src/services/ticket.service.ts | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
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:
c02eddc62593d49fe8cb19f5f829314e699f2f5d
git diff --name-only 97896a9112a452a4fbd71ceff3dc4eabd4f76605 c02eddc62593d49fe8cb19f5f829314e699f2f5d
Success Exit: 0
Output:
src/services/ticket.service.ts
npm install --include=dev
Success Exit: 0
Output:
up to date, audited 613 packages in 3s

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    │ 305871   │ 0s     │ 6    │ online    │ 0%       │ 12.7mb   │ amba     │ disabled │
│ 0  │ amba_notifications    │ default     │ 1.0.0   │ fork    │ 195188   │ 5D     │ 5    │ online    │ 0%       │ 92.1mb   │ amba     │ disabled │
└────┴───────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘