Wednesday, 18 October 2017
Interesting Snippets from 2017-10-18
-
How to set up world-class continuous deployment using free hosted tools
How to set up world-class continuous deployment using free hosted tools
I’m going to describe a way to put together a world-class continuous deployment infrastructure for your side-project without spending any money.
With continuous deployment every code commit is tested against an automated test suite. If the tests pass it gets deployed directly to the production environment!