🚀 Amba CI/CD Dashboard

Deployment #28

← Back to List
Repository:

AmbaPay/Amba-Admin

Branch:

production

Commit:

1856c853e1515185404c3a28d12e2a2cbddb76a8

Status:

success

Created At:

1/14/2026, 7:07:12 AM

Commands (10)

git stash save "local changes 2026-01-14T07:07:12.502Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 1018c19 Merge pull request 'event and ticket error handler refactored' (#5) from main 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 23 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 1018c19..1856c85
Fast-forward
 src/pages/agents/AgentDash.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
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 423 packages in 3s

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

2 vulnerabilities (1 moderate, 1 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...
✓ 3068 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html                      0.75 kB │ gzip:     0.42 kB
dist/assets/index-BZ3iUqE3.css      68.52 kB │ gzip:    11.96 kB
dist/assets/index-CJ8SzD2d.js   10,097.79 kB │ gzip: 2,732.12 kB
✓ built in 20.42s
Error:
(!) 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