rmossuk wrote:
> hi all
>
> i am having a problem with deploying my application to my server.
>

>
> when i run cap deploy:cold it asks me for my passphrase to connect to
> github repo then it asks it again to connect to my server but then it
> gives me an error permission denied (public key) and rools back.
>
> it seems like this is an error with my keys but how can it then
> connect to my server to do the cap deplo:setup ?
>
> my public keys are the same in both github and my server is this
> correct ?
>
> also when running cap deploy:setup it asks me for my user server
> password is this correct ?
>
> please help as this has delayed me for days already
>
> this is the error
>

Just as a WAG, try this in your deploy.rb settings:

# Need this because ssh requires a pty by default
default_run_options[:pty] = true
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to