From 60b512eb3ea3bf0cbe6b280c1c10a889fce85549 Mon Sep 17 00:00:00 2001 From: Garrett Stevens Date: Thu, 29 Aug 2024 16:38:00 -0600 Subject: [PATCH] Fix S3 URL --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index c363fefce..db241bc79 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -30,5 +30,5 @@ jobs: - name: Upload working-directory: packages/website run: | - aws s3 sync --delete build/ s3://jbrowse.org/jb2/ + aws s3 sync --delete build/ s3://apollo.jbrowse.org/ aws cloudfront create-invalidation --distribution-id EL84YTOVCGNJZ --paths '/*'