Web application running on google app engine.
- https://cloud.google.com/sdk/docs/install
- https://cloud.google.com/appengine/docs/standard/python3/building-app
- https://cloud.google.com/appengine/docs/standard/testing-and-deploying-your-app
- https://console.cloud.google.com/appengine/versions
Deploy, but without affecting traffic
gcloud app deploy --no-promote
Deploy and affect traffic
gcloud app deploy