fix(ci): use correct region
This commit is contained in:
parent
18e53a8fc7
commit
843932b06b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/aws.yaml
vendored
2
.github/workflows/aws.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue