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 3b47e4d commit 14a3c3aCopy full SHA for 14a3c3a
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) --project $(PROJECT) --allow-unauthenticated --platform managed --region us-central1 --image $(IMAGE) --memory=512Mi
+ @gcloud run deploy $(SERVICE) --project $(PROJECT) --allow-unauthenticated --platform managed --region us-central1 --image $(IMAGE) --memory=512Mi
0 commit comments