From 58138c9a1f65eb9786b2fe2932539687d4c1d848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Thu, 4 Aug 2022 08:10:34 +0200 Subject: [PATCH] fix(web): bucket name for deployments --- .github/workflows/web.release.prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.release.prod.yml b/.github/workflows/web.release.prod.yml index 8a9136c9e..51f1ae7c3 100644 --- a/.github/workflows/web.release.prod.yml +++ b/.github/workflows/web.release.prod.yml @@ -44,7 +44,7 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - name: Deploy static site to S3 bucket - run: aws s3 sync packages/web/dist/ s3://app-static.standardnotes.com --delete + run: aws s3 sync packages/web/dist/ s3://app.standardnotes.com --delete - name: Invalidate CloudFront Cache uses: chetan/invalidate-cloudfront-action@master env: