🚀 Amba CI/CD Dashboard

Deployment #6

← Back to List
Repository:

AmbaPay/Amba-notification-ms

Branch:

production

Commit:

59ffbce2d4666e4f3a041699e1da84b3bfe387fc

Status:

failed

Created At:

12/23/2025, 9:59:55 AM

Commands (9)

git config --get remote.origin.url
Success Exit: 0
Output:
https://kerodgebremedhin%40gmail.com:Vor2N4w8h4FUxy@gitea.yaltopia.com/AmbaPay/Amba-notification-ms.git
git remote set-url origin https://***:***@gitea.yaltopia.com/AmbaPay/Amba-notification-ms.git
Success Exit: 0
git stash save "local changes 2025-12-23T09:59:55.308Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 2048e4e Empty commit to trigger CI/CD - 8
git fetch origin production
Success Exit: 0
Error:
From https://gitea.yaltopia.com/AmbaPay/Amba-notification-ms
 * branch            production -> FETCH_HEAD
   2048e4e..59ffbce  production -> origin/production
git checkout production
Success Exit: 0
Output:
Your branch is behind 'origin/production' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)
Error:
Already on 'production'
git pull origin production
Success Exit: 0
Output:
Updating 2048e4e..59ffbce
Fast-forward
Error:
From https://gitea.yaltopia.com/AmbaPay/Amba-notification-ms
 * branch            production -> FETCH_HEAD
npm install
Success Exit: 0
Output:
up to date, audited 354 packages in 1s

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

1 high severity vulnerability

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
npm run build
Failed Exit: 127
Output:
> notification-service@1.0.0 build
> tsc

Error:
sh: 1: tsc: not found