Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 286 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 286 Bytes

env-by-dir-and-branch

Example repository showing how to break environments by directory and branch.

Tradeoffs

  1. Consolidate configuration in a single repository.
  2. Can enforce workflows (ex dev -> staging -> prod).
  3. All environments have secrets consolidated in one location.