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'