tree: e38cb7bb998833a1028ecf281e548eeb2dc2c162 [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