🚀 Amba CI/CD Dashboard

Deployment #7

← Back to List
Repository:

AmbaPay/Amba-notification-ms

Branch:

production

Commit:

3e637c494cc1c85c7ce963477c6408a6fa089fbc

Status:

failed

Created At:

12/23/2025, 10:02:28 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-23T10:02:28.508Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 59ffbce Empty commit to trigger CI/CD - 10
git fetch origin production
Success Exit: 0
Error:
From https://gitea.yaltopia.com/AmbaPay/Amba-notification-ms
 * branch            production -> FETCH_HEAD
   59ffbce..3e637c4  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 59ffbce..3e637c4
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 754ms

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