Merged
Conversation
This was referenced Aug 26, 2025
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
28663c7 to
cb04b73
Compare
cb04b73 to
02eb380
Compare
5bf3ad7 to
3efd44c
Compare
02eb380 to
5a5acc4
Compare
5a5acc4 to
a658ea6
Compare
be9395d to
72f6625
Compare
a291c1e to
8416064
Compare
6d00759 to
050f8f1
Compare
8416064 to
62c5da5
Compare
alexghr
approved these changes
Aug 28, 2025
Contributor
alexghr
left a comment
There was a problem hiding this comment.
This is great. I'm a bit worried about removing the destruction protection on IP addresses since that would release those IPs to be used by something else but maybe we don't need to be so strict about them
Comment on lines
+132
to
+133
| resource "helm_release" "releases" { | ||
| for_each = local.helm_releases |
Contributor
There was a problem hiding this comment.
This is a very elegant approach!
050f8f1 to
f30a344
Compare
62c5da5 to
80094b3
Compare
Base automatically changed from
08-24-mitch_tmnt-194-scaffold-deploy-scenario-networkyml
to
next
August 28, 2025 23:02
80094b3 to
bec0c58
Compare
ludamad
pushed a commit
that referenced
this pull request
Dec 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add Deploy Aztec Infra Workflow and Refactor Deployment Workflows
One can:
To get:
I renamed the
deploy-staging-testnet to the more genericdeploy-aztec-infra, and made it correspondingly configurable.Fix TMNT-178
AI Generated Summary
This PR adds a new GitHub workflow for deploying Aztec infrastructure and refactors existing deployment workflows to improve consistency and maintainability:
deploy-aztec-infra.ymlworkflow that:These changes make the deployment process more flexible, maintainable, and consistent across different environments.