|
|
|
|
|
by secondcoming
497 days ago
|
|
> feature flags in a JSON file that you have to redeploy to change Our config files are stored in their own repo. Pushes to the master branch trigger a Jenkins job that copies the config files to a GCP bucket. On startup, each machine pulls this config from GCS and everything just works. It's not a 'redeployment' in the sense that we don't push new images on each config change. |
|