We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cfb67 commit bb8b8a3Copy full SHA for bb8b8a3
.github/workflows/deploy-docs.yaml
@@ -47,8 +47,8 @@ jobs:
47
48
- name: Deploy to S3
49
run: |
50
- aws s3 sync ./site s3://openobserve-staging-website/docs --exclude=".git/*"
+ aws s3 sync ./site s3://openobserve-website-prod/docs --exclude=".git/*"
51
52
- name: Invalidate CloudFront cache
53
54
- aws cloudfront create-invalidation --distribution-id EZ2SEJVXM7NXL --paths "/docs/*"
+ aws cloudfront create-invalidation --distribution-id EZ2SEJVXM7NXL --paths "/docs/*"
0 commit comments