This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PROJECT_ID="<YOUR_PROJECT_ID>" | |
REPO_NAME="<YOUR_REPO_ID>" | |
CLOUD_RUN_REGION='europe-west1' #us-central1 | |
APP_REGION='europe-west' #us-central | |
ARTIFACTS_REGION='eu' #leave empty for us | |
IMAGE_NAMES=("YOUR_IMAGE_1" "YOUR_IMAGE_2") # a list of image names | |
echo "Step 1: Enable Services" | |
gcloud services enable --project "${PROJECT_ID}" \ | |
appengine.googleapis.com \ |