From 8a98e2bd1c9fcb7c3c9f4962ae0578950f62eabf Mon Sep 17 00:00:00 2001 From: Maria Saladovnikova Date: Fri, 13 Dec 2024 17:23:04 +0000 Subject: [PATCH] change bucket value --- .github/workflows/aws-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws-deployment.yml b/.github/workflows/aws-deployment.yml index acfc139f..4a80092b 100644 --- a/.github/workflows/aws-deployment.yml +++ b/.github/workflows/aws-deployment.yml @@ -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