mirror of https://github.com/golang/go.git
x/tools/cmd/godoc uses at least one Go package from x/net as of CL 157197. Don't add it to signature because we don't want the signature to change whenever new commits to x/net are pushed, causing tip.golang.org to be redeployed. This is because x/net is not considered a critical component of the website at this time, and that's not expected to change soon. When the website begins using modules, it will specify the x/net version precisely and this decision will no longer matter. Fixes golang/go#29874 Change-Id: I1fa76bb81f8d2ffc2314375e2dfe4898c3af58de Reviewed-on: https://go-review.googlesource.com/c/158937 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> |
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| Makefile | ||
| README | ||
| cert.go | ||
| godoc.go | ||
| talks.go | ||
| talks.yaml | ||
| tip-prod.yaml | ||
| tip-service.yaml | ||
| tip.go | ||
| tip_test.go | ||
README
============================================================
Old instructions, only valid for talks.golang.org:
============================================================
1. Deploy the app.
To deploy tip.golang.org:
(See Kubernetes instruction below.)
To deploy talks.golang.org:
$ gcloud --project golang-org app deploy --no-promote talks.yaml
2. Wait until the deployed version is serving requests.
3. Go to the developer console and upgrade the default version.
https://console.developers.google.com/appengine/versions?project=golang-org&moduleId=tip
4. Clean up any old versions (they continue to use at least one instance).
============================================================
New Kubernetes instructions, for tip.golang.org:
============================================================
Kubernetes instructions:
* make deploy-prod
Also: move talks.golang.org to GKE too?