I'm using capistrano to deploy the rails app on my new slicehost server. It is running this command on the server
svn checkout -q -r2 svn+ssh://209.20.75.130/home/demo/repository/my_app/home/demo/public_html/myapp.com/releases/20080621224919 && (echo 2 > /home/demo/public_html/myapp.com/releases/20080621224919/REVISION) and i get this error: Permission denied (publickey) It's like it doesn't have access to itself. What do I need to do here? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---