We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c04e100 + 5f2d4e0 commit 39361b0Copy full SHA for 39361b0
1 file changed
README.md
@@ -50,3 +50,14 @@ Set the environment variable to point to your deployed app:
50
Finally, run the test
51
52
python e2e/test_e2e.py
53
+
54
+## Deploy to App Engine
55
+Deploy this from a terminal with the Google Cloud SDK installed.
56
57
+The index.yaml needs to be built first by running:
58
59
+ gcloud app deploy index.yaml
60
61
+Wait for indexes to build in datastore then run:
62
63
+ gcloud app deploy app.yaml
0 commit comments