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 Initially I did CD where we built all of the code (into containers) but it didn’t trigger the rollout until I manually approved. Over time that actually became a burden and it never actually stopped me from making a mistake (if the tests pass, I assume everything works, I wouldn’t magically find another bug). So now everything automatically rolls out on a merge to main. I love it!
Edited 135d ago