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

[Suggestion] Save button (as well as existing Save & Update button) #107

Open
drmrbrewer opened this issue Nov 16, 2022 · 2 comments
Open

Comments

@drmrbrewer
Copy link
Contributor

Sometimes I want to change some config in an app, like an environment variable, without also restarting the app/service, so that the new config is picked up next time the app is deployed, and so that there is no disruption caused by restarting the app/service when this is not necessary.

@githubsaturn
Copy link
Collaborator

AFAIK docker doesn't have this. I know the other way around is possible by adding --force, but is there any flags that Docker uses to support this?

@drmrbrewer
Copy link
Contributor Author

I'm thinking more along the lines that hitting Save would just update the local caprover-config.json file, so that the next time you deploy it will pick up the changes. Mainly here I'm thinking about updating env vars... perhaps I might want to make some edits, save, make some more edit, save, etc... and only when I'm fully happy will I deploy... or hit Save & Update.

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

2 participants