-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove mpc recovery #67
Conversation
@@ -1,86 +0,0 @@ | |||
# Manually Deploying mpc-recovery to GCP | |||
|
|||
## Requirements |
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.
@auto-mausx not sure if it is useful for us now
Can we remove the running services? If so let me destroy the TF resources for MPC recovery first, then we can merge this and remove the terraform code. |
That is a good idea |
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.
since you moved the config.toml
file to the parent dir, you need to remove one ..
so it's pointing to the right target folder
@ChaoticTempest can you please point me at what path you are referring to? |
@volovyks actually nevermind, the git diff looked funky because it showed moving one file to another |
Since we are not planning to work on this code base - let's remove it. It should make future refactoring, building, and testing speed optimizations easier.
This PR does not include any optimizations in the project structure, let's do that in a separate PR.