From b96cc24527a190a4437832b25c364e0fd66b5e3a Mon Sep 17 00:00:00 2001 From: Darius Rapalis Date: Sun, 16 Mar 2025 15:07:53 +0200 Subject: [PATCH] fix deployment script --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 37433b9..254ab6e 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,4 +40,4 @@ jobs: run: gcloud builds submit --tag us-central1-docker.pkg.dev/notely-453912/notely-ar-repo/notely:latest . - name: Deploy to Cloud Run - run: gcloud run deploy notely --image us-central1-docker.pkg.dev/notely-453912/notely-ar-repo/notely:latest --region s-central1 --allow-unauthenticated --project notely-453912 --max-instances=4 \ No newline at end of file + run: gcloud run deploy notely --image us-central1-docker.pkg.dev/notely-453912/notely-ar-repo/notely:latest --region us-central1 --allow-unauthenticated --project notely-453912 --max-instances=4 \ No newline at end of file