From e0d41d4107b4a9ca5d87b809724ff65102ec863a Mon Sep 17 00:00:00 2001 From: ktx-kirtan <124270523+ktx-kirtan@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:36:10 +0530 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f850ae3..5cef854 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -44,8 +44,9 @@ jobs: - name: Sync files to S3 run: | - aws s3 sync ./dist s3://openobserve-staging-website/ --exclude=".git/*" --exclude="assets/*" + 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 "/*" + # aws cloudfront create-invalidation --distribution-id E2B7ZRE5H9284Z --paths "/*" + aws cloudfront create-invalidation --distribution-id E2GZJM0TJIDFRM --paths "/*"