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 "/*"