Continuous Deployment
Part 2 of 2
In previous article, I demonstrated how to set up continuous Integration, that means how to test the code automatically and find out if it is the newest changes to code broke it or not. Now that you are automatically testing your commits, the next logical step in automation process would be to release our tested code to live website. We would want it to happen automatically, when all tests pass.
Posted by Stefan Kecskes on Wednesday, April 6, 2016