So I've been looking into using Capistrano to deploy my Fuel application, and it's about 99% to where I want it to be. The one thing I'm running into is managing the contents of fuel/app/config/production/ when deploying. None of the files with password info are in SCM, and I'm wondering if anyone else has a good solution they've found with Capistrano for making sure the configs follow the current version symlink around.
After thinking about it for a bit, I think just keeping the configs in the Capistrano 'shared' directory and updating config.rb to symlink fuel/app/configs/production to it might be the way to go.