mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-18 22:02:07 -04:00
Set up google cloud server
This commit is contained in:
@@ -13,14 +13,14 @@ fi
|
||||
|
||||
SERVICE_NAME="api"
|
||||
SERVICE_GROUP="${SERVICE_NAME}-group"
|
||||
ZONE="us-west1-b"
|
||||
ZONE="us-west1-c"
|
||||
ENV=${1:-dev}
|
||||
|
||||
case $ENV in
|
||||
dev)
|
||||
GCLOUD_PROJECT=polylove ;;
|
||||
GCLOUD_PROJECT=compass-130ba ;;
|
||||
prod)
|
||||
GCLOUD_PROJECT=polylove ;;
|
||||
GCLOUD_PROJECT=compass-130ba ;;
|
||||
*)
|
||||
echo "Invalid environment; must be dev or prod."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user