Skip to content

Commit

Permalink
fix: aws region
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Oct 20, 2024
1 parent 153a7ff commit 6e2d92e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/s3-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ concurrency:
cancel-in-progress: true
env:
S3_BUCKET_NAME: "emom-timer-us-east-2-504242000181"
AWS_REGION: "us-east-2"
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -22,7 +21,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ AWS_REGION }}
aws-region: 'us-east-2'
- name: Install rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 6e2d92e

Please sign in to comment.