site: deploy with --platform managed

pull/7738/head
Conduitry 6 years ago
parent ec35bf2862
commit 0f8cab00d4

@ -19,4 +19,4 @@ docker:
deploy: sapper docker deploy: sapper docker
@echo "\n~> deploying $(SERVICE) to Cloud Run servers" @echo "\n~> deploying $(SERVICE) to Cloud Run servers"
@gcloud beta run deploy $(SERVICE) --allow-unauthenticated --region us-central1 --image $(IMAGE) --memory=512Mi @gcloud beta run deploy $(SERVICE) --allow-unauthenticated --platform managed --region us-central1 --image $(IMAGE) --memory=512Mi

Loading…
Cancel
Save