- Dockerfile + entrypoint (alembic + uvicorn), compose с healthcheck - .gitea/workflows: ci (pytest), deploy (SSH + compose по тегу v*) - docs/CICD.md: секреты, pvestandt9, ручной откат через workflow_dispatch Made-with: Cursor
14 lines
112 B
Plaintext
14 lines
112 B
Plaintext
.git
|
|
.github
|
|
.gitea
|
|
.venv
|
|
__pycache__
|
|
*.pyc
|
|
.pytest_cache
|
|
.env
|
|
.env.*
|
|
web/node_modules
|
|
web/dist
|
|
*.md
|
|
!README.md
|