refactor: align frontend with FSD architecture
Some checks failed
CI/CD Pipeline / Quality Gate (push) Failing after 2m37s
CI/CD Pipeline / Build and Deploy Dev via Compose (push) Has been skipped

This commit is contained in:
Gleb Korotkiy
2026-06-22 12:33:23 +03:00
parent 3adad7dbbf
commit 67ec34d619
95 changed files with 7802 additions and 5053 deletions

View File

@@ -4,8 +4,8 @@ on:
push:
branches:
- dev
- "feature/**"
- "codex/**"
- 'feature/**'
- 'codex/**'
pull_request:
branches:
- dev
@@ -16,9 +16,9 @@ concurrency:
cancel-in-progress: true
env:
WEB_IMAGE: "anal-front-web"
DEPLOY_DOMAIN: "anal.dev.nii-ecos.ru"
DEPLOY_PATH: "/opt/anal-front"
WEB_IMAGE: 'anal-front-web'
DEPLOY_DOMAIN: 'anal.dev.nii-ecos.ru'
DEPLOY_PATH: '/opt/anal-front'
jobs:
quality:
@@ -87,7 +87,7 @@ jobs:
- name: E2E
env:
CI: "1"
CI: '1'
PLAYWRIGHT_HTML_OPEN: never
run: bun run test:e2e -- --reporter=line