Files
docs/infrastructure/local-k8s/git-flow.md
T
2026-06-03 18:39:59 +03:00

23 lines
603 B
Markdown

# Git-flow: ветки, теги (k8s / локальная ферма)
Полная документация: [test-contour/git-flow](../test-contour/git-flow).
## Быстрый старт
```bash
cd k8s
./scripts/setup-git-flow-branches.sh
./scripts/setup-gitea-branch-protection.sh
./scripts/release-tag.sh backend backend-v1.0.4-test
```
## Ветки
| Ветка | Контур |
|-------|--------|
| `prod` | production (default) |
| `test` | test k3s / ArgoCD `targetRevision: test` |
| `stage` | stage |
`sova-deploy` в Gitea: ветки `test` / `stage` / `prod`**без `main`**.