Creating an App Engine Standard Instance and Deploying a Python App
- From your Google Cloud to go App Engine dashboard
- Click on Create Application
- Select the Region where you wanted deploy App Engine
- Now open CloudShell
- Clone the application repository from Github in CloudShell
git clone https://github.com/GoogleCloudPlatform/python-docs-samples.git cd python-docs-samples/appengine/standard/hello_world ls -la
- Now let’s deploy the application by running below command
gcloud app deploy
- Navigate to Application URL
- Application URL will open a python application running in App Engine
Tag:Google Cloud