From 9ace2ca8aa74b2d1536962c892fb5daa9ede31e2 Mon Sep 17 00:00:00 2001 From: Yash Kulshrestha Date: Mon, 28 Oct 2024 21:50:20 -0700 Subject: [PATCH] retarget bingo to us-west-2 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c97fbca..3a23fe6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - aws-region: us-east-2 + aws-region: us-west-2 - name: Login to Amazon ECR id: login-ecr @@ -64,5 +64,5 @@ jobs: with: task-definition: ${{ steps.task-def.outputs.task-definition }} service: bingo-service - cluster: bingo + cluster: main wait-for-service-stability: true