What do you think of Continuous Deployment, where you push code to main and, if the tests pass, that code is automatically deployed to production?
@simon I can only imagine the flurry of replies this got. Personally, so long as you've done the work around safety (super fast unit tests, checks and balanced on db changes, invested heavily into feature flagging, invested heavily into deployment and rollback/canarying) it's the only way to fly with a team of more than a couple.