🚀 Amba CI/CD Dashboard

Deployment #6

← Back to List
Repository:

AmbaPay/Amba-events

Branch:

production

Commit:

f51519a4ae7222c006b15e2e4f277dd111004999

Status:

success

Created At:

1/6/2026, 9:07:23 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 2026-01-06T09:07:23.958Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at c02eddc Merge pull request 'qr on view ticket' (#3) from dev into production
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
   c02eddc..f51519a  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:
c02eddc62593d49fe8cb19f5f829314e699f2f5d
git pull origin production
Success Exit: 0
Output:
Updating c02eddc..f51519a
Fast-forward
 assets/logo.png              | Bin 0 -> 18542 bytes
 package-lock.json            | 271 ++++++++++++++++++++++++++++++++++++++++++-
 package.json                 |   1 +
 src/config/types/global.d.ts |   2 +-
 src/lib/qrGenerator.ts       |  60 ++++++++--
 5 files changed, 320 insertions(+), 14 deletions(-)
 create mode 100644 assets/logo.png
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:
f51519a4ae7222c006b15e2e4f277dd111004999
git diff --name-only c02eddc62593d49fe8cb19f5f829314e699f2f5d f51519a4ae7222c006b15e2e4f277dd111004999
Success Exit: 0
Output:
assets/logo.png
package-lock.json
package.json
src/config/types/global.d.ts
src/lib/qrGenerator.ts
npm install --include=dev
Success Exit: 0
Output:
added 24 packages, and audited 637 packages in 4s

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    │ 459663   │ 0s     │ 7    │ online    │ 0%       │ 15.7mb   │ amba     │ disabled │
│ 0  │ amba_notifications    │ default     │ 1.0.0   │ fork    │ 195188   │ 12D    │ 5    │ online    │ 0%       │ 93.0mb   │ amba     │ disabled │
└────┴───────────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘