Yes, naturally - or how should it checkout the code? The process is that :local_repository is used on your workstation to resolve HEAD, then the same is performed on the server (against :repository) to see if they are in agreement about HEAD, then the checkout is done on the server.
If you don't want that (see Github's documentation on deploy keys, for more general info on the topic) you can use the :copy strategy. - Lee -- * 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.com/group/capistrano?hl=en
