зеркало из https://github.com/golang/build.git
da35c5f839
As part of golang/go#29206, the golang.org website is being moved to from x/tools to x/website repository. This change updates the tip command to start deploying it from its new location. The new website is using Go modules for reproducible builds. This simplifies the code, because we no longer need to manually fetch any dependent repositories (such as x/net). Update instances of "godoc" (the binary that was previously used to host the website) to "golangorg", the new binary name in x/website. Fixes golang/go#30232 Updates golang/go#29206 Change-Id: I428eddf95a7ed6a43a25138ffeb919e79f42f9d2 Reviewed-on: https://go-review.googlesource.com/c/162908 Reviewed-by: Andrew Bonventre <andybons@golang.org> |
||
---|---|---|
.. | ||
Dockerfile | ||
Makefile | ||
README | ||
cert.go | ||
deployment-prod.yaml | ||
deployment-staging.yaml | ||
golangorg.go | ||
service-prod.yaml | ||
service-staging.yaml | ||
talks.go | ||
talks.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?