Skip to content

Commit 39361b0

Browse files
Merge pull request #41 from Brycebuffaloe/patch-1
Update README.md
2 parents c04e100 + 5f2d4e0 commit 39361b0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,14 @@ Set the environment variable to point to your deployed app:
5050
Finally, run the test
5151

5252
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

Comments
 (0)