🚀 Amba CI/CD Dashboard

Deployment #47

← Back to List
Repository:

AmbaPay/Amba-Admin

Branch:

production

Commit:

b1a87e59ef51e95bb3c0d63d22e430fafc997a64

Status:

success

Created At:

3/31/2026, 6:39:48 AM

Commands (10)

git stash save "local changes 2026-03-31T06:39:48.138Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at c2c5178 Merge pull request 'dummy data added' (#17) from dev into production
git fetch https://***:***@gitea.yaltopia.com/AmbaPay/Amba-Admin.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-Admin
 * branch            production -> FETCH_HEAD
git checkout production
Success Exit: 0
Output:
Your branch is ahead of 'origin/production' by 2 commits.
  (use "git push" to publish your local commits)
Error:
Already on 'production'
git pull https://***:***@gitea.yaltopia.com/AmbaPay/Amba-Admin.git production
Success Exit: 0
Output:
Updating c2c5178..b1a87e5
Fast-forward
 src/pages/customers/CustomerDetail.tsx    | 934 +++++++++++++++++++-----------
 src/pages/transactions/Reconciliation.tsx |   3 -
 2 files changed, 591 insertions(+), 346 deletions(-)
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-Admin
 * branch            production -> FETCH_HEAD
npm install --include=dev
Success Exit: 0
Output:
up to date, audited 424 packages in 4s

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

10 vulnerabilities (3 moderate, 7 high)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
npm run build
Success Exit: 0
Output:
> amba-admin@0.0.0 build
> tsc -b && vite build

vite v7.2.4 building client environment for production...
transforming...
✓ 3109 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html                      0.75 kB │ gzip:     0.42 kB
dist/assets/index-CzMFhKvE.css      76.59 kB │ gzip:    13.22 kB
dist/assets/index-BrcGo4NU.js   10,554.40 kB │ gzip: 2,856.46 kB
✓ built in 21.61s
Error:
[baseline-browser-mapping] The data in this module is over two months old.  To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D`

(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
sudo rm -rf "/var/www/html/amba_admin"
Success Exit: 0
sudo mv "/home/amba/amba_admin/dist" "/var/www/html/amba_admin"
Success Exit: 0
sudo systemctl restart nginx
Success Exit: 0