On Fri, May 29, 2009 at 8:04 AM, nisha <[email protected]> wrote:
> so on inspection of the /releases/2009.../config directory i found
> that database.yml is an empty file though the dir command lists the
> file in the config directory.
>
I think this seems to be the problem, are you assuming that
shared_path points to the cached-copy directory? If you do, it doesn't
shared_path points to the shared directory in your deploy_to
directory. So your deployment recipe would expect a database.yml in
#{deploy_to}/shared/config. You'd need to manually create a
database.yml file in that directory, and then it should work.
Cheers, Mathias
--
http://paperplanes.de
http://twitter.com/roidrage
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Capistrano" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.co.uk/group/capistrano?hl=en
-~----------~----~----~----~------~----~------~--~---