Skip to content

Commit bb8b8a3

Browse files
fix: update config (#133)
* fix: update config * Fix spacing in S3 sync command * Update CloudFront cache invalidation path --------- Co-authored-by: ktx-abhishek <[email protected]>
1 parent 73cfb67 commit bb8b8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
4848
- name: Deploy to S3
4949
run: |
50-
aws s3 sync ./site s3://openobserve-staging-website/docs --exclude=".git/*"
50+
aws s3 sync ./site s3://openobserve-website-prod/docs --exclude=".git/*"
5151
5252
- name: Invalidate CloudFront cache
5353
run: |
54-
aws cloudfront create-invalidation --distribution-id EZ2SEJVXM7NXL --paths "/docs/*"
54+
aws cloudfront create-invalidation --distribution-id EZ2SEJVXM7NXL --paths "/docs/*"

0 commit comments

Comments
 (0)