On May 31, 2:10 am, lpdahito <lp.dah...@gmail.com> wrote:
>   * executing "if [ -d /mnt/app/shared/cached-copy ]; then cd /mnt/app/
> shared/cached-copy && git fetch -q origin && git reset -q --hard
> d5b088e509dcc4b476836b5bab0203ce5d4618f9; else git clone -q
> g...@github.com:lpdahito/snaproof.git /mnt/app/shared/cached-copy &&
> cd /mnt/app/shared/cached-copy && git checkout -q -b deploy
> d5b088e509dcc4b476836b5bab0203ce5d4618f9; fi"
>     servers: ["ec2-75-101-235-89.compute-1.amazonaws.com"]
>     [ec2-75-101-235-89.compute-1.amazonaws.com] executing command
>  ** [ec2-75-101-235-89.compute-1.amazonaws.com :: out] Permission
> denied (publickey).

This is saying that your ec2 instance didn't have the right
credentials to talk to your github account - either it is using a
public key that you haven't added to the account (either straight to
the account or as a deploy key for the repository in question) or it
doesn't have a key at all.

Fred

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to