Automatic deployment to GCP

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:

The Continuous Delivery process with GitHub, Travis CI, and GCP. Source: https://cloud.google.com/solutions/continuous-delivery-with-travis-ci

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 ...

Get Hands-On RESTful Web Services with TypeScript 3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.