Skip to content

Commit

Permalink
change the deployment target to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ktx-kirtan authored Jan 31, 2025
1 parent eb5b36f commit b4c7723
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "/*"

0 comments on commit b4c7723

Please sign in to comment.