website/cmd/golangorg
Russ Cox 512eebc213 cmd/golangorg: more go-discovery exit cleanup
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>
2021-09-16 13:02:31 +00:00
..
testdata
README.md
app.yaml
cloudbuild.yaml
csp.go go.dev/_content/blog: fix embedded videos in two posts 2021-09-15 15:58:04 +00:00
godev.go
godev_test.go
googlecn.go
server.go cmd/golangorg: more go-discovery exit cleanup 2021-09-16 13:02:31 +00:00
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.