Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktx-kirtan authored Feb 1, 2025
1 parent 3c356c2 commit e0d41d4
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 e0d41d4

Please sign in to comment.