From a91b3b27807ddb9f6542f4a049a18ceb76c21106 Mon Sep 17 00:00:00 2001 From: Dylan Ireland Date: Wed, 1 May 2024 19:54:35 -0400 Subject: [PATCH] Updated bucket loc --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 2991d3e..8774584 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -36,5 +36,5 @@ jobs: AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} - AWS_REGION: 'us-east-1' # Set this to your bucket's region + AWS_REGION: 'us-east-2' # Set this to your bucket's region SOURCE_DIR: 'client/build'