getsmap / smap-responsive

A JavaScript framework for simple creation of web maps with responsive design supporting a range of different browsers and devices
GNU General Public License v3.0
14 stars 12 forks source link

Continuous delivery #236

Open johanlahti opened 8 years ago

johanlahti commented 8 years ago

Continuous integration is already implemented using a github web hook. This means, code is simply checked out to a server on each push. This is perfect for testing the application on humans.

Next step would be to include automated tests in the production chain. Code will then be checked out only if the tests are passing. This could be denoted as Continuous delivery (according to my understanding of the term). We still want humans to evaluate the end result before deploying a new version of the software – otherwise excluding the human testers from the production chain would be called "Continuous deployment".