The Uncomfortable Truth


Here's a test: when your deployment fails in production, what happens to your main branch?

If the answer is "the broken code is already merged" — congratulations, you're doing CI/CD with a Git trigger. That's not GitOps. It's a pipeline that happens to watch a branch.

I've spent years building platform engineering...