Skip to content

Commit

Permalink
Merge pull request nomic-ai#547 from nomic-ai/clear-cloudfront-cache
Browse files Browse the repository at this point in the history
CircleCI Step to Clear Cloudfront Cache
  • Loading branch information
AndriyMulyar authored May 12, 2023
2 parents 557124e + def7719 commit d56aada
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "/*"



Expand Down

0 comments on commit d56aada

Please sign in to comment.