On Sat, May 16, 2009 at 5:32 PM, TJ Sherrill <[email protected]> wrote: > > Thanks so much for the response. I really appreciate it. After I > posted this I spent some more time on it and realized that I was missing > the user, domain, and application... Stupid, I know... As a side note, > how do you handle your database.yml file? I am using a public Git repo > for versioning and I don't want my server production settings available > for anyone... > I leave the database.yml on the server in a shared config directory and copy the file into the project on each deployment. If you need it versioned, you can still put it into a private repository somewhere, and update by hand if need be.
Cheers, Mathias -- http://paperplanes.de http://twitter.com/roidrage --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
