pangeo-forge / pangeo-forge-gcs-bakery

A repo for building out a pangeo forge bakery in Google Cloud Platform
1 stars 0 forks source link

Add `CLUSTER_REGION` to .env #27

Closed cisaacstern closed 2 years ago

cisaacstern commented 2 years ago

In working on #19, I hit this error

https://github.com/pangeo-forge/pangeo-forge-gcs-bakery/blob/8cb9c6dcf8a49d42fddb31b51f9d5be45dbd945a/scripts/deploy.sh#L75

because CLUSTER_REGION was not part of the .env template. This PR adds it there.