Which is more important in a web application code promotion hierarchy? production environment to repo equivalence or unidirectional propagation?
- by ghbarratt
Lets say you have a code promotion hierarchy consisting of several environments, (the polar end) two of which are development (dev) and production (prod).
Lets say you also have a web application where important (but not developer controlled) files are created (and perhaps altered) in the production environment.
Lets say that you (or someone…