cmd/upspin-deploy-gcp: recognize all test clusters

We have more than one test cluster, so change the check to test that the
project name begins with 'upspin-test', rather than for an exact match.

Also give inProd (which returns true even in the test environment) a
more meaningful name.

Change-Id: Id17b3b3bb1fe30dfaf13ff422566d86e50d79739
Reviewed-on: https://upspin-review.googlesource.com/11940
Reviewed-by: Rob Pike <r@golang.org>
1 file changed
tree: b106f71f4b4e31f4357cc12b7cfc7d248bfc7365
  1. cloud/
  2. cmd/
  3. .gitignore
  4. .travis.yml
  5. AUTHORS
  6. codereview.cfg
  7. CONDUCT.md
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. LICENSE
  11. PATENTS
  12. README.md
README.md

Upspin gcp repository

This repository contains support for running Upspin against Google Cloud Storage and/or Google Container Engine.

See the Setting up upspinserver document for information about running an Upspin service that stores its data in Google Cloud Storage.

See the Deploying Upspin servers to Google Cloud Platform document for information about running an Upspin cluster on Google Container Engine.

See the master repository for more information about the Upspin project.