We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8941ec5 commit 5214c99Copy full SHA for 5214c99
1 file changed
.github/workflows/backend-api-test-deploy.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: aws-actions/configure-aws-credentials@v6
49
with:
50
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
51
- aws-region: us-east-2
+ aws-region: us-west-2
52
53
- name: Deploy backend
54
run: ./infra/deploy.sh --build-image
0 commit comments