tree: 8bf85d3d6e02533f91dec8bb05bd2e4502f3984f [path history] [tgz]
  1. cert.go
  2. deployment-prod.yaml
  3. deployment-staging.yaml
  4. Dockerfile
  5. golangorg.go
  6. Makefile
  7. README.md
  8. service-prod.yaml
  9. service-staging.yaml
  10. tip.go
  11. tip_test.go
cmd/tip/README.md

Go Reference

golang.org/x/build/cmd/tip

Command tip is the tip.golang.org server, serving the latest HEAD straight from the Git oven.

Deployment

Staging

To deploy to the staging project https://tip-staging.golang.org:

$ make deploy-staging

Production

To deploy to https://tip.golang.org:

$ make deploy-prod