šŸš€ Amba CI/CD Dashboard

Deployment #26

← Back to List
Repository:

AmbaPay/Amba-events

Branch:

production

Commit:

90f383e87ea2baf3814103de78b33e6364b888ab

Status:

failed

Created At:

1/12/2026, 3:13:31 PM

Commands (12)

git rev-parse HEAD
Success Exit: 0
Output:
85edcc586d230fa7dde6603a633e86a40fbcece2
git stash save "local changes 2026-01-12T15:13:31.353Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 85edcc5 Merge pull request 'cors issue' (#6) 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 5 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 85edcc5..90f383e
Fast-forward
 .../migration.sql                                  | 237 +++++++++++++++++++++
 .../20260112081829_sponsor_schema/migration.sql    |  12 ++
 prisma/schema.prisma                               |  63 ++++--
 src/api/routes/organizer.route.ts                  |   2 +-
 src/api/routes/temp.route.ts                       |   4 +-
 src/api/routes/ticket.route.ts                     |   3 +-
 src/controllers/tempFirebase.controller.ts         |  21 +-
 src/services/event.service.ts                      | 164 ++++++++++----
 src/services/sponsor.service.ts                    |   6 -
 src/services/vendor.service.ts                     |   2 -
 src/validations/event.validation.ts                |   2 +
 src/validations/sponsor.validation.ts              |   3 +-
 src/validations/vendor.validation.ts               |   1 -
 13 files changed, 437 insertions(+), 83 deletions(-)
 create mode 100644 prisma/migrations/20260112075919_event_model_refactor/migration.sql
 create mode 100644 prisma/migrations/20260112081829_sponsor_schema/migration.sql
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:
90f383e87ea2baf3814103de78b33e6364b888ab
git diff --name-only 85edcc586d230fa7dde6603a633e86a40fbcece2 90f383e87ea2baf3814103de78b33e6364b888ab
Success Exit: 0
Output:
prisma/migrations/20260112075919_event_model_refactor/migration.sql
prisma/migrations/20260112081829_sponsor_schema/migration.sql
prisma/schema.prisma
src/api/routes/organizer.route.ts
src/api/routes/temp.route.ts
src/api/routes/ticket.route.ts
src/controllers/tempFirebase.controller.ts
src/services/event.service.ts
src/services/sponsor.service.ts
src/services/vendor.service.ts
src/validations/event.validation.ts
src/validations/sponsor.validation.ts
src/validations/vendor.validation.ts
npx prisma generate
Success Exit: 0
Output:
Prisma schema loaded from prisma/schema.prisma

āœ” Generated Prisma Client (v6.19.0) to ./node_modules/@prisma/client in 493ms

Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)

Tip: Interested in query caching in just a few lines of code? Try Accelerate today! https://pris.ly/tip-3-accelerate

Error:
Loaded Prisma config from prisma.config.ts.

Prisma config detected, skipping environment variable loading.
npx prisma db push --accept-data-loss
Success Exit: 0
Output:
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "amba_events", schema "public" at "localhost:5432"

āš ļø  There might be data loss when applying the changes:

  • A unique constraint covering the columns `[name]` on the table `Sponsor` will be added. If there are existing duplicate values, this will fail.



šŸš€  Your database is now in sync with your Prisma schema. Done in 297ms

Running generate... (Use --skip-generate to skip the generators)
Running generate... - Prisma Client
āœ” Generated Prisma Client (v6.19.0) to ./node_modules/@prisma/client in 647ms

Error:
Loaded Prisma config from prisma.config.ts.

Prisma config detected, skipping environment variable loading.
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

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
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.