Skip to content

Commit

Permalink
add comment to biofile-finder's CloudFront
Browse files Browse the repository at this point in the history
  • Loading branch information
imashmash committed Dec 12, 2024
1 parent cc17430 commit 5547c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ jobs:

# Note that the command below will copy the files to the root of the S3 bucket e.g., s3://bff.allencell.org/
# If you want to copy files to a S3 prefix / subdirectory, you would want something like ${{ env.BFF_S3_BUCKET }}/your_prefix below
- name: Copy build filed to BFF S3
- name: Copy build files to BFF S3
run: aws s3 sync ./packages/web/dist ${{ env.BFF_S3_BUCKET }}

# This isn't strictly necessary since this distribution only handles redirects and doesn't serve any content directly
- name: Invalidate CloudFront biofile-finder cache
run: aws cloudfront create-invalidation --distribution-id ${{ env.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"

Expand Down

0 comments on commit 5547c2a

Please sign in to comment.