Skip to content

Commit

Permalink
retarget bingo to us-west-2
Browse files Browse the repository at this point in the history
  • Loading branch information
YashdalfTheGray committed Oct 29, 2024
1 parent 8413814 commit 9ace2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 9ace2ca

Please sign in to comment.