From 14a3c3a639ca160456fd89433689dbf62200b262 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Tue, 28 Jan 2020 09:04:01 -0500 Subject: [PATCH] site: update Makefile as 'gcloud beta' is no longer necessary --- site/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/Makefile b/site/Makefile index a16b0a117a..6fd08fd8ee 100644 --- a/site/Makefile +++ b/site/Makefile @@ -19,4 +19,4 @@ docker: deploy: sapper docker @echo "\n~> deploying $(SERVICE) to Cloud Run servers" - @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