I have a symfony2 application and I was checking rocketeer, it's very helpful so far. The only problem is, I didn't find a way to deploy changes to config files that are not committed to my git repository like for example ( app/config/parameters.yml ). Right now I just modified the file myself on the server. But, I wonder if there is a way to automate it using rocketeer ?
Asked
Active
Viewed 215 times
2 Answers
0
Just create the configuration files on the server and add the files to your list of shared files, so it is symlinked into every release.
Deployer.org does it the same way, so there is no reason to choose Deployer.org over Rocketeer, if you already started with rocketeer.
Thanks to the creator of Rocketeer for this information: https://github.com/rocketeers/rocketeer/issues/722

LoveAndHappiness
- 9,735
- 21
- 72
- 106