Continuous deployment sounds
terrifying. It means that with each commit you make to your version
control, your code is pulled down, all tests are run, and, if everything
passes, that code is then pushed to production. Let me repeat: that
happens with every single commit.
Mitchell Pronsc...