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

Clearly separate deployment target configurations #120

Open
kevinsmith opened this issue Dec 30, 2022 · 2 comments
Open

Clearly separate deployment target configurations #120

kevinsmith opened this issue Dec 30, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@kevinsmith
Copy link
Contributor

Pledge
I plan to personally implement this enhancement.

Is your feature request related to a problem? Please describe.
We essentially have a several different deployment targets at play here: test in Docker, standalone test, prod in Docker, standalone prod, tor, railway. I can foresee more environments as well, like Gitpod, GitHub Codespaces, or additional "one-click deployments" like railway.

Describe the solution you'd like
Code organization that makes it clear which settings and configuration belong to which deployment target environment. If a deployment target were deleted from the codebase, we should be able to easily remove it without much fuss or unintended effects in the rest of the project.

Describe alternatives you've considered
Do nothing.

Additional context
N/A

@kevinsmith kevinsmith added the enhancement New feature or request label Dec 30, 2022
@cameri
Copy link
Owner

cameri commented Dec 30, 2022

Should I close #119 or can you incorporate it here?

@kevinsmith
Copy link
Contributor Author

I think they're complimentary, but not necessarily the same enhancement. I'd keep them separate to avoid difficulty in one of them holding up the improvement in the other.

@kevinsmith kevinsmith self-assigned this Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants