🚀 Amba CI/CD Dashboard

Deployment #36

← Back to List
Repository:

AmbaPay/Amba-events

Branch:

production

Commit:

9ba5ea280700aae03dc0d16ab7ebef4c4080a5f3

Status:

failed

Created At:

1/21/2026, 6:30:28 AM

Commands (10)

git rev-parse HEAD
Success Exit: 0
Output:
90f383e87ea2baf3814103de78b33e6364b888ab
git stash save "local changes 2026-01-21T06:30:28.498Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 90f383e Merge pull request 'dev' (#7) 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 8 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 90f383e..9ba5ea2
Fast-forward
 src/index.ts | 2 ++
 1 file changed, 2 insertions(+)
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:
9ba5ea280700aae03dc0d16ab7ebef4c4080a5f3
git diff --name-only 90f383e87ea2baf3814103de78b33e6364b888ab 9ba5ea280700aae03dc0d16ab7ebef4c4080a5f3
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

21 vulnerabilities (5 low, 1 moderate, 13 high, 2 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
Failed Exit: 2
Output:
> event-management-be@1.0.0 build
> tsc

src/api/routes/temp.route.ts(14,23): error TS2769: No overload matches this call.
  The last overload gave the following error.
    Argument of type '(req: Request, res: Response) => Promise<Response<any, Record<string, any>>>' is not assignable to parameter of type 'Application<Record<string, any>>'.
      Type '(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, res: Response<any, Record<string, any>>) => Promise<...>' is missing the following properties from type 'Application<Record<string, any>>': init, defaultConfiguration, engine, set, and 63 more.