Skip to content

Commit

Permalink
fix: update cloudfront distribution id
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Oct 28, 2022
1 parent 08d4948 commit cf705ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
command: aws s3 mv src/schema.json s3://meta.jsonrpc.net/latest.json
- run:
name: invalidate cloudfront
command: aws cloudfront create-invalidation --distribution-id E205UL06VEMZBZ --paths '/*'
command: aws cloudfront create-invalidation --distribution-id E3TEB2E9WF9Z55 --paths '/*'
- save_cache: *save-deps-cache

release_rust:
Expand Down

0 comments on commit cf705ac

Please sign in to comment.