Deploy:
gcloud app deploy --project=golang-org --no-promote app.yaml
Find the new version in the Cloud Console.
Check that the deployed version is working (click the website link in the version list).
If all is well, click “Migrate Traffic” to move 100% of the perf.golang.org traffic to the new version.
You're done.