tree: b3b7997d366a103fb571b4c27a466f5ced90926d [path history] [tgz]
  1. pubsubtypes/
  2. .gitignore
  3. deployment-prod.yaml
  4. Dockerfile
  5. github.go
  6. Makefile
  7. pubsubhelper.go
  8. README.md
cmd/pubsubhelper/README.md

golang.org/x/build/cmd/pubsubhelper

Running with Docker locally

docker run --rm -it \
    -p 80:80 \
    -p 25:25 \
    -p 443:443 \
    gcr.io/go-dashboard-dev/pubsubhelper:latest [any additional pubsubhelper flags]

Deployment

See the documentation on deployment.