package
1.9.0
Repository: https://github.com/m-lab/etl.git
Documentation: pkg.go.dev

# README

Deploy push-queue service

Dependencies

Install the Google Cloud SDK, i.e. gcloud.

  $ gcloud components install app-engine-go
  $ gcloud components install beta

Deploy

From the appengine/push_queue directory:

$ gcloud beta app deploy

At the time of writing, gcloud app deploy does not work correctly with go import paths.