Skip to content

Commit

Permalink
use deploy_tag again for fork url
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy committed Jun 28, 2024
1 parent 543f660 commit 898388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/aztec/terraform/node/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ resource "aws_ecs_task_definition" "aztec-node" {
},
{
"name": "ETHEREUM_HOST",
"value": "https://aztec-dev-mainnet-fork.aztec.network:8545/${var.API_KEY}"
"value": "https://${var.DEPLOY_TAG}-mainnet-fork.aztec.network:8545/${var.API_KEY}"
},
{
"name": "DATA_DIRECTORY",
Expand Down

0 comments on commit 898388c

Please sign in to comment.