tree: c999cf73c8b49900650d1ed17a1ba3f9b37bab4b [path history] [tgz]
  1. template/
  2. .gcloudignore
  3. app.go
  4. app.yaml
  5. README.md
analysis/appengine/README.md

perf.golang.org

Deploy:

  1. gcloud app deploy --project=golang-org --no-promote app.yaml

  2. Find the new version in the Cloud Console.

  3. Check that the deployed version is working (click the website link in the version list).

  4. If all is well, click “Migrate Traffic” to move 100% of the perf.golang.org traffic to the new version.

  5. You're done.