Skip to content

Commit

Permalink
fix(ci): Publish missing sandbox dependency (#1599)
Browse files Browse the repository at this point in the history
To be fair, I did mention in
#1593 that this
should be automated and not manual, and it was not yet tested.
  • Loading branch information
spalladino authored Aug 17, 2023
1 parent f1836a6 commit 52c7966
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52c7966

Please sign in to comment.