-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: introduce mainnet profile #544
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, also see #545
@@ -148,8 +148,10 @@ job "{{ job.name }}" { | |||
--directory /usr/local \ | |||
--strip-components=1 | |||
|
|||
find local/contracts -type f -name "._*.sol" -exec rm -f {} + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Odd that we need this line, but it shouldn't hurt anything
I'll set this PR to close #338 |
- *mev_commit_geth_member_node_job | ||
- *contracts_deployer_job | ||
- *mev_commit_bridge_job | ||
- *mev_commit_dashboard_job |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I forgot to add a rule in our nginx for the dashboard. We can call it dashboard.mev-commit.xyz maybe. It uses a different port. If possible add this as well.
Describe your changes
Introduces mainnet profile.
Checklist before requesting a review