Skip to content

Latest commit

 

History

History

app_engine_standard

App Engine Standard

This package represents a GAE Standard deployment unit.

How to deploy

Execute the following command from the terminal:

GCP_PROJECT_ID=<project-id>

gcloud app create \
    --region=us-central \
    --project="${GCP_PROJECT_ID}"

gcloud app deploy \
    --project="${GCP_PROJECT_ID}"