We use dotCloud, a virtual host, to run some of our applications. dotCloud deploys applications directly from the git repository and reads a configuration file called dotcloud.yml from this repo to configure and launch the stack.
We have two branches (one set, one set) that are part of the same repo, and they push separate instances of dotCloud. There is a slight difference in the dotcloud.yml file for running each of these instances.
What is the best way to manage this dotcloud.yml file? For the time being, we are just making sure that we try to make dotcloud.yml correct for each branch, but it is constantly being overwritten when we merge the changes from the stage to the main one.
source
share