Skip to content

Commit

Permalink
Clarify deployment instructions. (GoogleChrome#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmedley authored and ebidel committed Feb 27, 2019
1 parent c705e15 commit edc0a2e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <YYYY-MM-DD>

This will build the site and deploy it to GAE.
Where `<YYYY-MM-DD>` 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

Expand Down

0 comments on commit edc0a2e

Please sign in to comment.