fix(ci): use correct region

This commit is contained in:
Barrett Ruth 2024-06-04 11:36:09 -05:00
parent 18e53a8fc7
commit 843932b06b

View file

@ -17,7 +17,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-1
aws-region: us-east-2
- name: Deploy static site to S3 bucket
run: aws s3 sync . s3://barrettruth.com --delete