512eebc213
Remove the go-discovery app yaml file and the code paths it used. Change-Id: I13df0433ce1b7c069061cfad29080d1f80ca9b7d Reviewed-on: https://go-review.googlesource.com/c/website/+/344490 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> |
||
---|---|---|
.. | ||
testdata | ||
README.md | ||
app.yaml | ||
cloudbuild.yaml | ||
csp.go | ||
godev.go | ||
godev_test.go | ||
googlecn.go | ||
server.go | ||
server_test.go |
README.md
golangorg
Local Development
For local development, simply build and run. It serves on localhost:6060. You can specify the domain name as the first path element, such as http://localhost:6060/go.dev/blog.
go run .
Deploying to golang.org
Each time a CL is reviewed and submitted, the site is automatically deployed to App Engine. If the CL is submitted with a Website-Publish +1 vote, the new deployment automatically becomes https://golang.org/. Otherwise, the new deployment can be found in the App Engine versions list and verified and manually promoted.
If the automatic deployment is not working, or to check on the status of a pending deployment, see the “website-redeploy-golang-org” trigger in the Cloud Build console.