We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcd294 commit e82d5d4Copy full SHA for e82d5d4
site/Makefile
@@ -19,4 +19,4 @@ docker:
19
20
deploy: sapper docker
21
@echo "\n~> deploying $(SERVICE) to Cloud Run servers"
22
- @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
0 commit comments