Skip to content

Commit

Permalink
Fix aws s3 sync
Browse files Browse the repository at this point in the history
  • Loading branch information
griffinfujioka committed Mar 21, 2024
1 parent 6192452 commit 9920f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: ls -al

- name: Write an arbitrary file to S3 - just to demonstrate how.
run: aws s3 sync . ${{ env.S3_BUCKET }}
run: aws s3 sync ./index.html ${{ env.S3_BUCKET }}

- name: Invalidate CloudFront cache
run: aws cloudfront create-invalidation --distribution-id ${{ env.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"

0 comments on commit 9920f8e

Please sign in to comment.