Skip to content

Commit

Permalink
fix: ensure changes in aztec up directory are deployed (#7031)
Browse files Browse the repository at this point in the history
Fixes #6932
  • Loading branch information
spypsy authored Jun 12, 2024
1 parent 10048da commit e673fd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,11 @@ jobs:
command: |
should_release || exit 0
deploy_npm l1-contracts latest
- run:
name: "Update aztec-up"
command: |
should_release || exit 0
deploy_terraform "" aztec-up/terraform
# Repeatable config for defining the workflow below.
defaults: &defaults
Expand Down

0 comments on commit e673fd4

Please sign in to comment.