You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform is currently setup to deploy 2 aztec nodes on ECS.
We should update to be able to deploy an arbitrary # of nodes. Possibly as a TF variable or even better (if possible) a runtime config variable so we can update without re-deploying
The text was updated successfully, but these errors were encountered:
Closes#2994Closes#2998Closes#2999Closes#3130
- Create a pipeline to deploy not just our versioned releases, but all
merges to `master` to Dockerhub, under `aztec-dev` tag
- Run terraforms to deploy 2 aztec node instances, 2 p2p bootstrap nodes
+ a faucet
- Deploys L1 contracts to our new mainnet fork.
# 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>
Co-authored-by: PhilWindle <philip.windle@gmail.com>
Terraform is currently setup to deploy 2 aztec nodes on ECS.
We should update to be able to deploy an arbitrary # of nodes. Possibly as a TF variable or even better (if possible) a runtime config variable so we can update without re-deploying
The text was updated successfully, but these errors were encountered: