🚀 Yimaru CI/CD Dashboard

Deployment #528

← Back to List
Repository:

Yimaru/Yimaru-Admin

Branch:

production

Commit:

8fa47328d491b330198174a84b962322f810e536

Status:

success

Created At:

8/13/2026, 1:27:33 PM

Commands (10)

git stash save "local changes 2026-08-13T13:27:33.208Z"
Success Exit: 0
Output:
No local changes to save
git reset --hard HEAD
Success Exit: 0
Output:
HEAD is now at 4abc20d Keep practice parent links on edit and load full exam-prep practice lists.
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 4abc20d..8fa4732
Fast-forward
 src/components/admin/TablePagination.tsx           |   6 +-
 .../analytics/AnalyticsTimeRangeFilter.tsx         |   4 +-
 .../DynamicMatchingSlotField.tsx                   |   6 +-
 .../content-management/DynamicSchemaSlotField.tsx  |  10 +-
 .../DynamicSelectMissingWordsSlotField.tsx         |   8 +-
 .../DynamicSequenceOrderSlotField.tsx              |   4 +-
 .../PracticeQuestionEditorFields.tsx               |   6 +-
 .../notifications/EmailComposeFields.tsx           |   4 +-
 .../notifications/NotificationDetailDialog.tsx     |   4 +-
 .../notifications/NotificationSchedulePicker.tsx   |   2 +-
 src/components/sidebar/Sidebar.tsx                 |   8 +-
 src/components/sidebar/SidebarNavGroup.tsx         |   2 +-
 src/components/ui/button.tsx                       |   4 +-
 src/components/ui/dialog.tsx                       |   2 +-
 src/components/ui/file-upload.tsx                  |   2 +-
 src/components/ui/sensitive-value.tsx              |   4 +-
 src/lib/fetchAllOffsetPages.ts                     |  18 +
 src/lib/parentContextPractice.ts                   |  13 +
 src/lib/practiceCreationOrchestrator.ts            |   7 +-
 src/pages/ProfilePage.tsx                          |   2 +-
 src/pages/SettingsPage.tsx                         |   2 +-
 src/pages/auth/ForgotPasswordPage.tsx              |   4 +-
 src/pages/auth/LoginPage.tsx                       |   4 +-
 src/pages/auth/ResetPasswordPage.tsx               |   2 +-
 .../content-management/AddNewPracticePage.tsx      |   4 +-
 src/pages/content-management/AddPracticeFlow.tsx   |  43 +-
 src/pages/content-management/AddPracticePage.tsx   |   2 +-
 src/pages/content-management/AddQuestionPage.tsx   |   2 +-
 src/pages/content-management/AddVideoFlow.tsx      |   2 +-
 src/pages/content-management/AddVideoPage.tsx      |   2 +-
 src/pages/content-management/AllCoursesPage.tsx    |   6 +-
 .../AttachProgramPracticeFlow.tsx                  |   4 +-
 .../content-management/ContentOverviewPage.tsx     |   2 +-
 .../content-management/CourseCategoryPage.tsx      |   6 +-
 src/pages/content-management/CourseDetailPage.tsx  |  45 +-
 .../content-management/CourseFlowBuilderPage.tsx   |   6 +-
 .../content-management/CourseManagementPage.tsx    |  44 +-
 .../content-management/CourseModuleDetailPage.tsx  |  42 +-
 src/pages/content-management/CoursesPage.tsx       |  14 +-
 src/pages/content-management/EditPracticeFlow.tsx  |   4 +-
 .../content-management/InitialAssessmentPage.tsx   |   4 +-
 src/pages/content-management/LearnEnglishPage.tsx  |  23 +-
 .../content-management/LessonPracticesPage.tsx     | 582 ++++++---------------
 .../LinkExistingPracticeFlow.tsx                   |   2 +-
 src/pages/content-management/ModuleDetailPage.tsx  |  55 +-
 .../content-management/PracticeDetailsPage.tsx     |   4 +-
 .../content-management/PracticeQuestionsPage.tsx   |  22 +-
 .../content-management/ProgramCoursesPage.tsx      |  41 +-
 src/pages/content-management/ProgramDetailPage.tsx |  37 +-
 .../QuestionTypeGroupDetailPage.tsx                |   2 +-
 .../content-management/QuestionTypeLibraryPage.tsx |  16 +-
 src/pages/content-management/QuestionsPage.tsx     |  12 +-
 src/pages/content-management/SpeakingPage.tsx      |  10 +-
 .../content-management/SubCategoryCoursesPage.tsx  |   4 +-
 .../content-management/SubCourseContentPage.tsx    |  18 +-
 src/pages/content-management/SubCoursesPage.tsx    |   2 +-
 .../content-management/UnitManagementPage.tsx      |  49 +-
 .../components/AddModuleModal.tsx                  |   4 +-
 .../components/CatalogCoursePracticesPanel.tsx     |  13 +-
 .../components/ExamPrepContentHierarchyList.tsx    |  59 ++-
 .../components/LessonMediaUploadField.tsx          |   2 +-
 .../components/ModuleIconUploadField.tsx           |   2 +-
 .../components/ModulePracticeCard.tsx              |   6 +-
 .../components/PracticeActionChoiceDialog.tsx      |   6 +-
 .../QuestionTypeDefinitionPracticesDialog.tsx      |  10 +-
 .../components/UnitPracticesPanel.tsx              |  10 +-
 .../content-management/components/VideoCard.tsx    |  14 +-
 .../components/practice-steps/ContextStep.tsx      |   2 +-
 .../components/practice-steps/PersonaStep.tsx      |   2 +-
 .../practice-steps/PracticeParentsField.tsx        |   2 +-
 .../practice-steps/PracticeSequentialReview.tsx    |   6 +-
 .../practice-steps/QuestionBankAttachDialog.tsx    |   4 +-
 .../components/practice-steps/QuestionsStep.tsx    |   8 +-
 .../practice-steps/SelectPracticeToAttachStep.tsx  |   4 +-
 .../question-type-steps/ComponentKindCard.tsx      |   2 +-
 .../components/video-steps/ReviewPublishStep.tsx   |   2 +-
 .../components/video-steps/VideoDetailStep.tsx     |   8 +-
 src/pages/notifications/CreateNotificationPage.tsx |  10 +-
 src/pages/notifications/EmailTemplatesPage.tsx     |   2 +-
 src/pages/notifications/NotificationsPage.tsx      |   8 +-
 .../components/EmailTemplatePreviewPanel.tsx       |   2 +-
 src/pages/payments/PaymentsPage.tsx                |   2 +-
 .../PersonaProfilePictureUploadField.tsx           |   2 +-
 src/pages/role-management/RolesListPage.tsx        |   4 +-
 src/pages/settings/AppVersionsTab.tsx              |   4 +-
 src/pages/settings/SubscriptionPlansTab.tsx        |   2 +-
 .../subscriptions/SubscriptionsExportPage.tsx      |   2 +-
 src/pages/team/AddTeamMemberPage.tsx               |   2 +-
 src/pages/team/TeamManagementPage.tsx              |   8 +-
 src/pages/team/TeamMemberDetailPage.tsx            |   2 +-
 .../user-log/components/ActivityLogListPanel.tsx   |  41 +-
 src/pages/user-management/DeletionRequestsPage.tsx |  24 +-
 src/pages/user-management/UserDetailPage.tsx       |   2 +-
 src/pages/user-management/UsersListPage.tsx        |  10 +-
 .../components/GrantSubscriptionDialog.tsx         |   2 +-
 .../components/UserLearningActivitySection.tsx     |   4 +-
 .../components/UserSubscriptionsSection.tsx        |  16 +-
 97 files changed, 731 insertions(+), 823 deletions(-)
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)

Checked 410 installs across 431 packages (no changes) [96.00ms]
Error:
[0.97ms] ".env"
bun run build
Success Exit: 0
Output:
vite v7.3.0 building client environment for production...
transforming...
✓ 2855 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html                                        1.19 kB │ gzip:   0.56 kB
dist/assets/logo-Bg-9_lvv.svg                         10.87 kB │ gzip:   4.90 kB
dist/assets/inter-latin-100-normal-Cg8nSI4P.woff2     23.39 kB
dist/assets/inter-latin-400-normal-C38fXH4l.woff2     23.66 kB
dist/assets/inter-latin-900-normal-D4nM5aha.woff2     23.90 kB
dist/assets/inter-latin-300-normal-BVlfKGgI.woff2     23.92 kB
dist/assets/inter-latin-200-normal-CGIQ4gbF.woff2     23.92 kB
dist/assets/inter-latin-500-normal-Cerq10X2.woff2     24.27 kB
dist/assets/inter-latin-700-normal-Yt3aPRUw.woff2     24.36 kB
dist/assets/inter-latin-800-normal-BYj_oED-.woff2     24.40 kB
dist/assets/inter-latin-600-normal-LgqL8muc.woff2     24.45 kB
dist/assets/inter-latin-100-normal-J9XNenR1.woff      30.37 kB
dist/assets/inter-latin-900-normal-EUCDUbiG.woff      30.68 kB
dist/assets/inter-latin-400-normal-CyCys3Eg.woff      30.70 kB
dist/assets/inter-latin-200-normal-fAycq8N-.woff      30.97 kB
dist/assets/inter-latin-300-normal-i8F0SvXL.woff      31.01 kB
dist/assets/inter-latin-600-normal-CiBQ2DWP.woff      31.26 kB
dist/assets/inter-latin-500-normal-BL9OpVg8.woff      31.28 kB
dist/assets/inter-latin-800-normal-D1mf63XC.woff      31.30 kB
dist/assets/inter-latin-700-normal-BLAVimhd.woff      31.32 kB
dist/assets/amanuel-3PkNQsVd.png                      50.71 kB
dist/assets/bethel-CaBDZdXX.png                       52.68 kB
dist/assets/hana-DkOuFQ0V.png                         54.50 kB
dist/assets/liya-DVdvbcn2.png                         54.81 kB
dist/assets/dawit-COAAGGAT.png                        55.08 kB
dist/assets/aseffa-C4oEbevw.png                       56.02 kB
dist/assets/nahom-DxgM5_gd.png                        57.35 kB
dist/assets/mahlet-Do3fcSgJ.png                       60.57 kB
dist/assets/index-uCrJifW5.css                       123.69 kB │ gzip:  19.03 kB
dist/assets/index-BGSa6gLj.js                      2,580.80 kB │ gzip: 651.73 kB
✓ built in 26.74s
Error:
$ vite build
Browserslist: browsers data (caniuse-lite) is 8 months old. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme

A PostCSS plugin did not pass the `from` option to `postcss.parse`. This may cause imported assets to be incorrectly transformed. If you've recently added a PostCSS plugin that raised this warning, please contact the package author to fix the issue.

(!) 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/yimaru_admin"
Success Exit: 0
sudo mv "/home/yimaru/yimaru_admin/dist" "/var/www/html/yimaru_admin"
Success Exit: 0
sudo systemctl restart nginx
Success Exit: 0