🚀 Amba CI/CD Dashboard

Deployment #49

← Back to List
Repository:

AmbaPay/Amba-events

Branch:

production

Commit:

c7c5c6f1dc99dc6ffcdc3225da596ccd3d0bbe3c

Status:

success

Created At:

6/9/2026, 1:02:39 PM

Commands (11)

git rev-parse HEAD
Success Exit: 0
Output:
d1e96ac603fa78f10001bfc6040062901ab15d03
git stash save "local changes 2026-06-09T13:02:39.306Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at d1e96ac Merge pull request 'cors update' (#11) 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 3 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 d1e96ac..c7c5c6f
Fast-forward
 src/index.ts | 8 ++++----
 1 file changed, 4 insertions(+), 4 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:
c7c5c6f1dc99dc6ffcdc3225da596ccd3d0bbe3c
git diff --name-only d1e96ac603fa78f10001bfc6040062901ab15d03 c7c5c6f1dc99dc6ffcdc3225da596ccd3d0bbe3c
Success Exit: 0
Output:
src/index.ts
npm install --include=dev
Success Exit: 0
Output:
up to date, audited 637 packages in 10s

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

44 vulnerabilities (5 low, 16 moderate, 19 high, 4 critical)

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

To address all issues possible (including breaking changes), run:
  npm audit fix --force

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    │ 3571117  │ 0s     │ 17   │ online    │ 0%       │ 15.7mb   │ amba     │ disabled │
│ 0  │ amba_notifications    │ default     │ 1.0.0   │ fork    │ 3506933  │ 3D     │ 277  │ online    │ 0%       │ 111.7mb  │ amba     │ disabled │
└────┴───────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘