issues/27: sync prod from k3s-test
This commit is contained in:
@@ -22,19 +22,9 @@
|
||||
|
||||

|
||||
|
||||
## 3. Gitea Actions — когда запускается pipeline
|
||||
## 3. Gitea Actions — pipeline на push тега
|
||||
|
||||
**Feature-ветки** (`issues/27`, `feature/*`) — **не запускают** CI автоматически.
|
||||
|
||||
| Событие | Что происходит |
|
||||
|---------|----------------|
|
||||
| Push в `issues/27` / PR | ничего |
|
||||
| **Run workflow** вручную (Actions) | только job **test**, ветка `prod` / `test` / `stage` |
|
||||
| Push **тега** `backend-v*-test` и т.п. | полный pipeline: test → build → deploy-gitops |
|
||||
|
||||
Ручной прогон тестов: **Actions** → workflow **backend-ci-cd** → **Run workflow** → выбрать `test` (или `prod` / `stage`).
|
||||
|
||||
Workflow на push тега:
|
||||
Workflow в каждом app-репозитории:
|
||||
|
||||
1. **test** — unit/build проверки
|
||||
2. **build-and-push** — образ в Container Registry
|
||||
|
||||
Reference in New Issue
Block a user