March 2019
Beginner to intermediate
778 pages
34h 20m
English
Now that we are familiar with developing App Engine services locally, we're ready to deploy our services to the cloud using the gcloud CLI. Before we can deploy App Engine services to our Google Cloud project, the application must first be created, as covered earlier in this chapter in the Setting up App Engine section.
To get started, let's deploy our default service. The gcloud deployment command accepts one or more deployables, which for App Engine services take the form of the application configuration file. From within the chapter_04 directory, run:
gcloud app deploy example_01/app.yaml
Once executed, gcloud will display information about the impending deployment including the target project, the ...
Read now
Unlock full access