Skip to content

Commit bca9e52

Browse files
authored
chore: fix devnet redeployments (#20712)
.
2 parents d647094 + a034779 commit bca9e52

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy-network.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ jobs:
149149
NAMESPACE: ${{ inputs.namespace }}
150150
AZTEC_DOCKER_IMAGE: "aztecprotocol/aztec:${{ inputs.docker_image_tag || inputs.semver }}"
151151
CREATE_ROLLUP_CONTRACTS: ${{ inputs.deploy_contracts == true && 'true' || '' }}
152-
USE_NETWORK_CONFIG: ${{ inputs.deploy_contracts == true && 'false' || '' }}
153152
PROVER_AGENT_DOCKER_IMAGE: "aztecprotocol/aztec-prover-agent:${{ inputs.docker_image_tag || inputs.semver }}"
154153
run: |
155154
echo "Deploying network: ${{ inputs.network }}"

spartan/environments/devnet.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ R2_SECRET_ACCESS_KEY=REPLACE_WITH_GCP_SECRET
3333
CREATE_ROLLUP_CONTRACTS=${CREATE_ROLLUP_CONTRACTS:-false}
3434
VERIFY_CONTRACTS=false
3535
REDEPLOY_ROLLUP_CONTRACTS=${REDEPLOY_ROLLUP_CONTRACTS:-false}
36-
USE_NETWORK_CONFIG=${USE_NETWORK_CONFIG:-true}
36+
USE_NETWORK_CONFIG=${USE_NETWORK_CONFIG:-false}
3737

3838
DEPLOY_INTERNAL_BOOTNODE=false
3939

0 commit comments

Comments
 (0)