From edc0a2ec4e24e75b4d5a0180da70c4e33b9ceb58 Mon Sep 17 00:00:00 2001 From: Joe Medley Date: Wed, 27 Feb 2019 13:10:52 -0800 Subject: [PATCH] Clarify deployment instructions. (#593) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 90032b2813f7..8ff112b1d94a 100644 --- a/README.md +++ b/README.md @@ -77,12 +77,14 @@ able to deploy the site. First, update the version field in `app.yaml`. That will ensure the app deploys to a versioned URL and helps for rolling back later. Then, run the helper script: - ./scripts/deploy_site.sh + ./scripts/deploy_site.sh -This will build the site and deploy it to GAE. +Where `` is today's date, which will be used as the deployment's version +number. This will build the site and deploy it to GAE. -Lastly, open the [Google Developer Console](https://console.cloud.google.com/appengine/versions?project=cr-status&organizationId=433637338589&moduleId=default) and flip -to the new version. +Lastly, open the [Google Developer +Console](https://console.cloud.google.com/appengine/versions?project=cr-status&organizationId=433637338589&moduleId=default) +and flip to the new version by selecting from the list and clicking *MIGRATE TRAFFIC*. ### LICENSE