🚀 Yimaru CI/CD Dashboard

Deployment #9

← Back to List
Repository:

Yimaru/Yimaru-Admin

Branch:

production

Commit:

a23a22dc8c7382a8b3ee6adda02983bb3fe764fe

Status:

failed

Created At:

2/24/2026, 3:28:23 PM

Commands (7)

git stash save "local changes 2026-02-24T15:28:23.490Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 404adc8 Empty commit to trigger CI/CD - 12
git fetch https://***:***@gitea.yaltopia.com/Yimaru/Yimaru-Admin.git production
Success Exit: 0
Error:
From https://gitea.yaltopia.com/Yimaru/Yimaru-Admin
 * branch            production -> FETCH_HEAD
git checkout production
Success Exit: 0
Error:
Already on 'production'
git pull https://***:***@gitea.yaltopia.com/Yimaru/Yimaru-Admin.git production
Success Exit: 0
Output:
Updating 404adc8..a23a22d
Fast-forward
Error:
From https://gitea.yaltopia.com/Yimaru/Yimaru-Admin
 * branch            production -> FETCH_HEAD
bun install
Success Exit: 0
Output:
bun install v1.3.8 (b64edcb4)

+ sonner@2.0.7

9 packages installed [358.00ms]
Error:
[0.05ms] ".env"
[9.54ms] migrated lockfile from package-lock.json
Saved lockfile
bun run build
Failed Exit: 2
Output:
src/pages/ProfilePage.tsx(206,9): error TS6133: 'sectionCardIcons' is declared but its value is never read.
src/pages/content-management/ContentOverviewPage.tsx(5,1): error TS6133: 'Button' is declared but its value is never read.
src/pages/issues/IssuesPage.tsx(509,23): error TS6133: 'StatusIcon' is declared but its value is never read.
src/pages/user-log/UserLogPage.tsx(185,9): error TS6133: 'handleCloseDialog' is declared but its value is never read.
Error:
$ tsc -b && vite build