🚀 Amba CI/CD Dashboard

Deployment #9

← Back to List
Repository:

AmbaPay/Amba-notification-ms

Branch:

production

Commit:

0adfe842a30f4c3c4117685bd4eb92f0e6b10c4d

Status:

failed

Created At:

12/23/2025, 10:07:40 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:07:40.858Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 839ed4c Empty commit to trigger CI/CD - 11
git fetch origin production
Success Exit: 0
Error:
From https://gitea.yaltopia.com/AmbaPay/Amba-notification-ms
 * branch            production -> FETCH_HEAD
   839ed4c..0adfe84  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 839ed4c..0adfe84
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 721ms

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: 2
Output:
> notification-service@1.0.0 build
> tsc

src/api/index.ts(1,39): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';`
src/api/index.ts(10,27): error TS7006: Parameter 'req' implicitly has an 'any' type.
src/api/index.ts(10,32): error TS7006: Parameter 'res' implicitly has an 'any' type.
src/api/routes/notification.route.ts(1,41): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';`
src/config/morgan.ts(1,20): error TS7016: Could not find a declaration file for module 'morgan'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/morgan/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/morgan` if it exists or add a new declaration (.d.ts) file containing `declare module 'morgan';`
src/config/morgan.ts(36,26): error TS7006: Parameter 'req' implicitly has an 'any' type.
src/config/morgan.ts(47,10): error TS7006: Parameter 'req' implicitly has an 'any' type.
src/config/morgan.ts(47,15): error TS7006: Parameter 'res' implicitly has an 'any' type.
src/config/morgan.ts(53,10): error TS7006: Parameter 'req' implicitly has an 'any' type.
src/config/morgan.ts(53,15): error TS7006: Parameter 'res' implicitly has an 'any' type.
src/controllers/notification.controller.ts(1,49): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';`
src/index.ts(1,21): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';`
src/index.ts(4,18): error TS7016: Could not find a declaration file for module 'cors'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/cors/lib/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/cors` if it exists or add a new declaration (.d.ts) file containing `declare module 'cors';`
src/index.ts(60,10): error TS7006: Parameter 'req' implicitly has an 'any' type.
src/index.ts(60,15): error TS7006: Parameter 'res' implicitly has an 'any' type.
src/index.ts(60,20): error TS7006: Parameter 'next' implicitly has an 'any' type.
src/index.ts(73,10): error TS7006: Parameter 'req' implicitly has an 'any' type.
src/index.ts(73,15): error TS7006: Parameter 'res' implicitly has an 'any' type.
src/index.ts(73,20): error TS7006: Parameter 'next' implicitly has an 'any' type.
src/lib/error.ts(1,49): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';`
src/lib/validate.ts(1,49): error TS7016: Could not find a declaration file for module 'express'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/express/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/express` if it exists or add a new declaration (.d.ts) file containing `declare module 'express';`
src/stores/notification.store.ts(1,22): error TS7016: Could not find a declaration file for module 'better-sqlite3'. '/home/amba/amba_services/pm2_services/amba_notifications/node_modules/better-sqlite3/lib/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/better-sqlite3` if it exists or add a new declaration (.d.ts) file containing `declare module 'better-sqlite3';`
src/stores/notification.store.ts(149,22): error TS7006: Parameter 'row' implicitly has an 'any' type.