🚀 Amba CI/CD Dashboard

Deployment #11

← Back to List
Repository:

AmbaPay/Amba-events

Branch:

production

Commit:

faed9af4541cee6afab67c64ac7b3616862157b5

Status:

success

Created At:

1/10/2026, 8:42:20 AM

Commands (11)

git rev-parse HEAD
Success Exit: 0
Output:
f51519a4ae7222c006b15e2e4f277dd111004999
git stash save "local changes 2026-01-10T08:42:20.351Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at f51519a Merge pull request 'qr modification' (#4) from dev into production
git fetch https://***:***@gitea.yaltopia.com/AmbaPay/Amba-events.git 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
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 f51519a..faed9af
Fast-forward
 src/config/firebase.ts | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 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:
faed9af4541cee6afab67c64ac7b3616862157b5
git diff --name-only f51519a4ae7222c006b15e2e4f277dd111004999 faed9af4541cee6afab67c64ac7b3616862157b5
Success Exit: 0
Output:
src/config/firebase.ts
npm install --include=dev
Success Exit: 0
Output:
up to date, audited 637 packages in 3s

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

17 vulnerabilities (4 low, 1 moderate, 10 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    │ 572499   │ 0s     │ 8    │ online    │ 0%       │ 10.2mb   │ amba     │ disabled │
│ 0  │ amba_notifications    │ default     │ 1.0.0   │ fork    │ 195188   │ 16D    │ 5    │ online    │ 0%       │ 93.1mb   │ amba     │ disabled │
└────┴───────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘