Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • thanks for your answer. can u suggest a deployment tool that do that? I mean that can deploy a software excluding some parts according to the server I deploy in...? I managed to have a folder called brands and within it a folder for each client containing the custom files. for example /brands/client1/settings.php and /brands/client2/settings.php. Commented Oct 15, 2014 at 9:58
  • @Aslabs I mentioned a few tools in my response, but you can always start with basic shell scripts to get the workflow defined, and then integrate into a smoother process later on. CI systems like Bamboo, TeamCity, etc. offer script integration into their deployments. Commented Oct 16, 2014 at 3:28