From cf705acd58965558b5b2577f100943675c115f8e Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Fri, 28 Oct 2022 16:57:15 -0700 Subject: [PATCH] fix: update cloudfront distribution id --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 53d692a..2669f57 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: