Skip to content

Commit

Permalink
refactor: fix region
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed Aug 7, 2024
1 parent 6167273 commit 39762dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- "main"
- 'main'

workflow_dispatch:

Expand Down Expand Up @@ -33,6 +33,6 @@ jobs:
build-folder: 'dist'
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_PROD }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_PROD }}
aws-region: ${{ secrets.AWS_REGION_PROD }}
aws-region: ${{ vars.AWS_REGION_PROD }}
aws-s3-bucket-name: ${{ secrets.AWS_S3_BUCKET_NAME }}
cloudfront-distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION }}
cloudfront-distribution-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION }}

0 comments on commit 39762dd

Please sign in to comment.