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

[core] Doppler --watch for deployed services so that any changes in config restart the services directly #133

Open
AquiGorka opened this issue May 31, 2024 · 0 comments
Assignees

Comments

@AquiGorka
Copy link
Contributor

AquiGorka commented May 31, 2024

Context: we use doppler to inject env vars at runtime (eg doppler run -- binary --param value), for all of our deployed services and for all the environments (even local dev has a private key in place and some other envs so that we don't have to be sharing those around - back a few weeks we were using this mechanism with a lot more stuff but we trimmed it by adding go embeds for contract addresses, and service urls).

The doppler cli tool offers a --watch param that restarts the process it wrapped (easier to restart a service this way than having to re-deploy a service). The intention here is to add this param all around where doppler is used (stack, dockerfiles, github actin workflowss, and maybe a couple more? a full text search may be able to return all the matches for doppler).

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

4 participants