Metadata
- Source
- SJRK-343
- Type
- Improvement
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- Gregor Moss
- Reporter
- Cindy Li
- Created
2020-04-20T20:31:47.061-0400 - Updated
2020-06-02T16:36:22.535-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
- N/A
Description
Right now, the server admin needs to create the individual config file (sjrk.storyTelling.server.config.json5) when deploying a production branch. This file should be created and committed into each branch itself to reduce the admin work.
Comments
-
Gregor Moss commented
2020-04-20T21:25:53.253-0400 When we originally made the config file system, I believe the intention was to separate settings like that from the codebase. In hindsight, though, I think this change makes sense. It shifts the balance of that work away from our infrastructure lead (usually one person) and towards fluid-project committers (several people).
Our current multi-branch deployment approach means we have copies of the file regardless, so this would seem to make sense. We'll have to carefully plan out the deployment, once the codebase is in order.