Skip to content

Commit 14a3c3a

Browse files
committed
site: update Makefile as 'gcloud beta' is no longer necessary
1 parent 3b47e4d commit 14a3c3a

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) --project $(PROJECT) --allow-unauthenticated --platform managed --region us-central1 --image $(IMAGE) --memory=512Mi
22+
@gcloud run deploy $(SERVICE) --project $(PROJECT) --allow-unauthenticated --platform managed --region us-central1 --image $(IMAGE) --memory=512Mi

0 commit comments

Comments
 (0)