Skip to content

Commit

Permalink
change bucket value
Browse files Browse the repository at this point in the history
  • Loading branch information
imashmash committed Dec 13, 2024
1 parent b1b380a commit 8a98e2b
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 8a98e2b

Please sign in to comment.