Skip to content

Commit

Permalink
Update staging github action deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyohanlon committed Oct 15, 2024
1 parent e6cc9ab commit baefada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-s3-cloudfront-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
folder: dist
bucket: ${{ secrets.STAGING_S3_BUCKET }}
bucket-region: ${{ secrets.STAGING_S3_BUCKET_REGION }}
bucket-region: ${{ secrets.S3_BUCKET_REGION }}
dist-id: ${{ secrets.STAGING_CLOUDFRONT_DISTRIBUTION_ID }}
invalidation: /
delete-removed: true
Expand Down

0 comments on commit baefada

Please sign in to comment.