Skip to content
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

Consolidate configuration and deployment code here #31

Open
preaction opened this issue Jun 2, 2018 · 0 comments
Open

Consolidate configuration and deployment code here #31

preaction opened this issue Jun 2, 2018 · 0 comments

Comments

@preaction
Copy link
Member

For whatever reason, I decided to scatter the configuration management code through every repository. This was a bad idea. The thought was that I could give others access to the cpantesters user account on machines and they could deploy, while I kept access to root more restricted. This has not happened, and likely will not happen. So all this has done is to make sharing configuration between repositories impossible, and there's been a few times where database configuration has gotten out of sync between repos, resulting in downtime.

So, we should consolidate all the configuration and deployment code in this repository. This includes all of the runit service files, Mojolicious app configuration files, Backend process container files, and anything else that might be considered configuration.

Keeping this all in one place should help future maintainers understand the system as a whole.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant