Skip to content

Commit

Permalink
Merge pull request #360 from AllenInstitute/bugfix/bucket
Browse files Browse the repository at this point in the history
Change bucket value
  • Loading branch information
imashmash authored Dec 13, 2024
2 parents b1b380a + 8a98e2b commit 12034b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ 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 files to BFF S3
run: aws s3 sync ./packages/web/dist ${{ env.BFF_S3_BUCKET }}
run: aws s3 sync ./packages/web/dist ${{ env.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
Expand Down

0 comments on commit 12034b6

Please sign in to comment.