From f684c536acf730f13524eea1b2d59825109b8866 Mon Sep 17 00:00:00 2001 From: Chaitanya Sistla <122406662+chaitanya-sistla@users.noreply.github.com> Date: Thu, 30 Jan 2025 02:43:21 -0600 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 10ed63e..7207517 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,8 +36,8 @@ jobs: - name: Sync files to S3 run: | - aws s3 sync ./dist s3://openobserve-staging-website/ --exclude=".git/*" + aws s3 sync ./dist s3://openobserve-prod-website/ --exclude=".git/*" --exclude="assets/*" - - name: Invalidate CloudFront Cache - run: | - aws cloudfront create-invalidation --distribution-id E2B7ZRE5H9284Z --paths "/*" +# - name: Invalidate CloudFront Cache +# run: | +# aws cloudfront create-invalidation --distribution-id E2B7ZRE5H9284Z --paths "/*"