aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0f980f1..2477e62 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,24 @@ The main issue tracker for the tour is located at
https://github.com/golang/go/issues. Prefix your issue with "tour:" in the
subject line, so it is easy to find.
+## Deploying
+
+1. To deploy tour.golang.org, run:
+
+ ```
+ GO111MODULE=on gcloud --project=golang-org app deploy --no-promote app.yaml
+ ```
+
+ This will create a new version, which can be viewed within the
+ [golang-org GCP project](https://console.cloud.google.com/appengine/versions?project=golang-org&serviceId=tour).
+
+2. Check that the deployed version looks OK (click the version link in GCP).
+
+3. If all is well, click "Migrate Traffic" to move 100% of the tour.golang.org
+ traffic to the new version.
+
+4. You're done.
+
## License
Unless otherwise noted, the go-tour source files are distributed