Skip to content

Commit e82d5d4

Browse files
committed
site: deploy with --platform managed
1 parent efcd294 commit e82d5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ docker:
1919

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

0 commit comments

Comments
 (0)