CI/CD Overview¶
The CI/CD layer automates the build, validation, and deployment of the Time2Bet MLOps system.
Its primary goals are: - enforce quality gates before changes reach production, - provide deterministic and reproducible builds, - automate deployment and rollback, - reduce manual operational risk.
CI/CD is treated as a core part of the ML system, not as an auxiliary tool.