github.com/jgbaldwinbrown/perf@v0.1.1/analysis/appengine/README.md (about)

     1  # perf.golang.org
     2  
     3  Deploy:
     4  
     5  1. `gcloud app deploy --project=golang-org --no-promote app.yaml`
     6  
     7  2. Find the new version in the
     8  [Cloud Console](https://console.cloud.google.com/appengine/versions?project=golang-org&serviceId=perf).
     9  
    10  3. Check that the deployed version is working (click the website link in the version list).
    11  
    12  4. If all is well, click "Migrate Traffic" to move 100% of the perf.golang.org traffic to the new version.
    13  
    14  5. You're done.