/cloudruntest

Primary LanguageJavaScript

One time setup:

gcloud config set run/region europe-west1
gcloud config set run/platform managed

Build:

gcloud builds submit --tag gcr.io/cloudruntestje/helloworld

Deploy:

gcloud beta run deploy --image gcr.io/cloudruntestje/helloworld --allow-unauthenticated

Deploy with env vars:

gcloud beta run deploy --image gcr.io/cloudruntestje/helloworld --set-env-vars TARGET=Amsterdam

Deploy with Cloud Run Button:

Run on Google Cloud