After all the previous configuration, we are now able to apply the automatic deployment or Continuous Delivery practices to our application. The idea now is that, for every green build, which means that the tests passed, we will deploy this new version to production through Travis CI, as in the following diagram:
Luckily, almost all the configurations are already in place and we just have to change the .travis.yml file a little bit to include the deployment step and include ...