ready for regionals
CI/CD Pipeline / Build and Push App Docker Image (push) Successful in 2m46s
CI/CD Pipeline / Build and Push PocketBase Docker Image (push) Successful in 8s
CI/CD Pipeline / Deploy to Kubernetes (push) Successful in 44s

This commit is contained in:
yohlo
2026-03-07 01:22:21 -06:00
parent 569ea8833b
commit e67f6b073c
9 changed files with 353 additions and 95 deletions
@@ -40,6 +40,7 @@ function RouteComponent() {
groups={tournament.groups || []}
matches={tournament.matches || []}
isRegional={tournament.regional}
groupConfig={tournament.group_config}
/>
</Container>
);