GoogleCloudPlatform / cloud-run-anthos-reference-web-app

An opinionated set of best practices aimed at demonstrating a reference architecture for building a web application on Google Cloud using Cloud Run for Anthos.
https://cloud.google.com/anthos/run
Apache License 2.0
37 stars 22 forks source link

Set project id in makefile gcloud commands #31

Closed josueetcom closed 4 years ago

josueetcom commented 4 years ago

Otherwise the makefile will whatever value is in the current gcloud config or users will need to gcloud config set project their project ID.

I also cleaned up some targets from the makefile (I don't think the bootstrap target is needed)