/Continuous-Delivery-GCP

This is the Project 1 for IDS 721.

Primary LanguagePython

Continuous-Delivery-GCP

In this project, continuous delivery using CloudBuild feature on Google Cloud Platform is performed.

    1. Create a flask app under a new clean virtual environment, then create a new google app engine project.
    1. follow the CloudBuild tutorial to set up the project environment (APIs, permissions, triggers etc.).
    1. Deploy the app onto app engine.
    1. Check the web status and do a modification to that.
    1. Push the changes to Github and monitor the CloudBuild actions.
    1. Check the web status again to make sure the auto-deploy suceeds.