🚀 Amba CI/CD Dashboard

Deployment #13

← Back to List
Repository:

AmbaPay/Amba-events

Branch:

production

Commit:

85edcc586d230fa7dde6603a633e86a40fbcece2

Status:

success

Created At:

1/10/2026, 9:05:14 AM

Commands (11)

git rev-parse HEAD
Success Exit: 0
Output:
faed9af4541cee6afab67c64ac7b3616862157b5
git stash save "local changes 2026-01-10T09:05:14.849Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at faed9af Merge pull request 'local emulator setup' (#5) 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 ahead of 'origin/production' by 2 commits.
  (use "git push" to publish your local commits)
Error:
Already on 'production'
git pull https://***:***@gitea.yaltopia.com/AmbaPay/Amba-events.git production
Success Exit: 0
Output:
Updating faed9af..85edcc5
Fast-forward
 src/index.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 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:
85edcc586d230fa7dde6603a633e86a40fbcece2
git diff --name-only faed9af4541cee6afab67c64ac7b3616862157b5 85edcc586d230fa7dde6603a633e86a40fbcece2
Success Exit: 0
Output:
src/index.ts
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

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    │ 572856   │ 0s     │ 9    │ online    │ 0%       │ 11.0mb   │ amba     │ disabled │
│ 0  │ amba_notifications    │ default     │ 1.0.0   │ fork    │ 195188   │ 16D    │ 5    │ online    │ 0%       │ 93.8mb   │ amba     │ disabled │
└────┴───────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘