From 341a31408e61362be85e3b7fb57f4f15a047ecbd Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Wed, 16 Aug 2023 19:30:01 -0300 Subject: [PATCH] fix(ci): Publish missing sandbox dependency --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 41b99c8e5fc..5a65e02568e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1050,6 +1050,12 @@ jobs: command: | deploy_ecr world-state deploy_npm world-state + - run: + name: "key-store" + working_directory: key-store + command: | + deploy_ecr key-store + deploy_npm key-store - run: name: "aztec-node" working_directory: aztec-node