docs: SoT product version EventHubSpec/VERSION + build in health.

MAJOR.MINOR from Spec; per-repo CI run_number as build; health exposes version/build/git_sha/built_at. Admin UI / API / UI labels documented in WORKFLOW.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-17 21:48:20 +03:00
parent e365e35736
commit 7cb268819f
4 changed files with 51 additions and 24 deletions
+1 -1
View File
@@ -213,7 +213,7 @@
## 7. Развёртывание
- Product version: файл `VERSION` (`MAJOR.MINOR`); в CI bake как `VITE_APP_*`. Образы: `sha-<12>` + floating `:ift` / `:stage` (см. `EventHubSpec/WORKFLOW.md` §6).
- Product version: SoT `EventHubSpec/VERSION` (`MAJOR.MINOR`); CI bake `VITE_APP_VERSION` + `VITE_APP_BUILD` (`run_number`) + `VITE_GIT_SHA` / `VITE_BUILT_AT`. В UI: `Admin UI {version}.{build} ({sha})`, API из `/v1/admin/health`. Образы: `sha-<12>` + floating `:ift` / `:stage` (см. `EventHubSpec/WORKFLOW.md` §6).
- Production-сборка: `npm run build` → папка `dist/`.
- Docker-образ на основе Nginx Alpine.
- Контейнер подключается к сети `eventhub_network`.