Skip to content

Commit

Permalink
fix(ci): define REPOSITORY in deploy_l1_contracts (#3514)
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy committed Dec 1, 2023
1 parent 6e40427 commit b246d1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion iac/mainnet-fork/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ resource "aws_ecs_task_definition" "aztec_mainnet_fork" {
[
{
"name": "${var.DEPLOY_TAG}-mainnet-fork",
"image": "${var.DOCKERHUB_ACCOUNT}/aztec-mainnet-fork:${var.DEPLOY_TAG}",
"image": "${var.DOCKERHUB_ACCOUNT}/mainnet-fork:${var.DEPLOY_TAG}",
"essential": true,
"environment": [
{
Expand Down
2 changes: 2 additions & 0 deletions l1-contracts/scripts/ci_deploy_contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FORCE_DEPLOY=${2:-"false"}

export ETHEREUM_HOST=$DEPLOY_TAG-mainnet-fork.aztec.network:8545/$FORK_API_KEY

REPOSITORY="l1-contracts"

CONTENT_HASH=$(calculate_content_hash $REPOSITORY)

# If we have previously successful commit, we can early out if nothing relevant has changed since.
Expand Down

0 comments on commit b246d1b

Please sign in to comment.