Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
imashmash committed Dec 11, 2024
1 parent 2f27df5 commit cc17430
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/aws-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,8 @@ jobs:
name: aws-deploy-files
path: ./packages/web/dist

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

# 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
run: aws s3 sync ./packages/web/dist ${{ env.BFF_S3_BUCKET }}

Expand Down

0 comments on commit cc17430

Please sign in to comment.