Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanya-sistla authored Jan 30, 2025
1 parent c1847f9 commit f684c53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "/*"

0 comments on commit f684c53

Please sign in to comment.