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 It Depends. If you’ve got a test suite you trust, and the tooling to handle database migrations and feature flagging it’s great. Ship early, ship often.
If you don’t have those things you’re in for a whole world of pain.