In this section, we will deploy a standard Hello World application to GAE. Luckily, the engineers at Google have our back, and we can use some sample code. For the next build and deploy stage in this process, we will examine this sample code.
To commence the process, follow these steps:
- Open a Cloud Shell window in your project and clone the sample code for App Engine from the Google Cloud repository.
- From the open Cloud Shell window, enter the following on the command line:
git clone https://github.com/GoogleCloudPlatform/python-docs-samples ...