Skip to content

Commit

Permalink
Final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
griffinfujioka committed Mar 21, 2024
1 parent 9caf76a commit 6e3829b
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 @@ -62,7 +62,7 @@ jobs:
fi
- name: Write an arbitrary file to S3 - just to demonstrate how.
run: aws s3 sync . ${{ env.S3_BUCKET }}
run: aws s3 sync src/assets ${{ env.S3_BUCKET }} # the src/assets is an arbitrary directory chosen for demonstration purposes

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

0 comments on commit 6e3829b

Please sign in to comment.