Skip to content

Commit

Permalink
fix(ci): terraform_deploy for devnet (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy authored Dec 1, 2023
1 parent b246d1b commit ba3803e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1014,9 +1014,9 @@ jobs:
export TF_VAR_BOOTNODE_2_PEER_ID=$BOOTNODE_2_PEER_ID
export TF_VAR_BOOTNODE_1_PRIVATE_KEY=$BOOTNODE_1_PRIVATE_KEY
export TF_VAR_BOOTNODE_2_PRIVATE_KEY=$BOOTNODE_2_PRIVATE_KEY
deploy p2p-bootstrap
deploy aztec-node
deploy aztec-faucet
deploy_terraform p2p-bootstrap yarn-project/p2p-bootstrap/terraform
deploy_terraform aztec-node yarn-project/aztec-node/terraform
deploy_terraform aztec-faucet yarn-project/aztec-faucet/terraform
# Repeatable config for defining the workflow below.
defaults: &defaults
Expand Down
2 changes: 1 addition & 1 deletion build-system/scripts/deploy_terraform
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu

REPOSITORY=$1
TF_DIR=$2
TO_TAINT=${3}
TO_TAINT=${3:-}

if [ ! -d "$TF_DIR" ]; then
echo "No terraform directory found at $TF_DIR. Skipping."
Expand Down

0 comments on commit ba3803e

Please sign in to comment.