Skip to content

Commit

Permalink
fix(ci): add DEPLOY_TAG in fork log group (#3510)
Browse files Browse the repository at this point in the history
Please provide a paragraph or two giving a summary of the change,
including relevant motivation and context.

# Checklist:
Remove the checklist to signal you've completed it. Enable auto-merge if
the PR is ready to merge.
- [ ] If the pull request requires a cryptography review (e.g.
cryptographic algorithm implementations) I have added the 'crypto' tag.
- [ ] I have reviewed my diff in github, line by line and removed
unexpected formatting changes, testing logs, or commented-out code.
- [ ] Every change is related to the PR description.
- [ ] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to relevant issues (if any exist).

---------

Co-authored-by: PhilWindle <60546371+PhilWindle@users.noreply.github.com>
  • Loading branch information
spypsy and PhilWindle authored Dec 1, 2023
1 parent 7a86bb3 commit f021041
Showing 1 changed file with 1 addition 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 @@ -226,7 +226,7 @@ resource "aws_ecs_service" "aztec_mainnet_fork" {
}

resource "aws_cloudwatch_log_group" "aztec_mainnet_fork_logs" {
name = "/fargate/services/aztec_mainnet_fork"
name = "/fargate/services/${var.DEPLOY_TAG}-mainnet_fork"
retention_in_days = "14"
}

Expand Down

0 comments on commit f021041

Please sign in to comment.