OneFirewall: Cloud-Native Solution with Automated Deployment via GitLab and Canary Strategy
main
: Stable production branch; every commit triggers automatic deployment.develop
: Integration branch for E2E testing.feature/*
: For developing new features.hotfix/*
: For urgent production bug fixes.release/*
: For testing and validating candidate releases.main
trigger CI pipelines with automated testing, security checks, and approval policies.
main
triggers the pipeline.