Merge pull request #547 from nomic-ai/clear-cloudfront-cache

CircleCI Step to Clear Cloudfront Cache
pull/556/head
Andriy Mulyar 1 year ago committed by GitHub
commit d56aada08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,9 @@ jobs:
command: |
cd gpt4all-bindings/python/
aws s3 cp ./site s3://docs.gpt4all.io/ --recursive | cat
- run:
name: Invalidate docs.gpt4all.io cloudfront
command: aws cloudfront create-invalidation --distribution-id E1STQOW63QL2OH --paths "/*"

Loading…
Cancel
Save