devops: continuous deployment infrastructure
Looking at how to handle a continuous deployment system in conjuncture with a continuous integration system. My thoughts are to use a CI system like Jenkins to automate the testing of all recently committed git repositories, and to kick off a check list of dependencies. The general idea would be: 1. Developer commits to git/master [...]