🚀 Amba CI/CD Dashboard

Deployment #43

← Back to List
Repository:

AmbaPay/Amba-Admin

Branch:

production

Commit:

bedef2b7f816a346da4e475f8b735f26fb016b29

Status:

success

Created At:

2/4/2026, 2:26:25 PM

Commands (10)

git stash save "local changes 2026-02-04T14:26:25.727Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 74926c2 Merge pull request 'chatwood added' (#15) 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 64 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 74926c2..bedef2b
Fast-forward
 src/components/ui/FilterModal.tsx |  3 ++-
 src/components/ui/calendar.tsx    | 16 ++++++++--------
 src/pages/events/CreateEvent.tsx  |  5 +++--
 src/pages/events/EditEvent.tsx    |  4 ++--
 4 files changed, 15 insertions(+), 13 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 3s

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

4 vulnerabilities (1 moderate, 3 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...
✓ 3108 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html                      0.75 kB │ gzip:     0.42 kB
dist/assets/index-LW6D3_sS.css      76.24 kB │ gzip:    13.15 kB
dist/assets/index-BttnMe-K.js   10,535.43 kB │ gzip: 2,852.58 kB
✓ built in 22.94s
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