docs: record superproject implementation
This commit is contained in:
16
migration.md
16
migration.md
@@ -337,3 +337,19 @@ trade-infra/
|
||||
- ingest ticków (`trade-ingestor` → `trade-api`).
|
||||
|
||||
Uwaga: lokalnie repo nie ma historii commitów, więc refaktor będzie startem „od zera” w nowych repo (initial commit per subrepo).
|
||||
|
||||
### Status wdrożenia (superproject)
|
||||
|
||||
- Subrepo mają już initial import i są dostępne na Gitei:
|
||||
- `trade/trade-api`
|
||||
- `trade/trade-ingestor`
|
||||
- `trade/trade-frontend`
|
||||
- `trade/trade-doc`
|
||||
- Superproject `trade/trade-infra` jest utworzony i zawiera `.gitmodules` + submodules (w tym `trade/trade-deploy`).
|
||||
- Argo CD nadal śledzi `trade/trade-deploy` (bez zmian w klastrze).
|
||||
|
||||
Klonowanie superproject:
|
||||
|
||||
```bash
|
||||
git clone --recurse-submodules https://rv32i.pl/trade/trade-infra.git
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user