I have capistrano setup to deploy my PHP app from a remote git respository to my web server... all is well.
When I deploy, capistrano clones the repository to my local machine then uses sftp to transfer everything to the web server... as per the docs. What I am wondering is... is there a way to eliminate this step and deploy directly from the remote repository to the server (to make the whole process much faster)? Thanks in advance, and sorry if I seem a bit noob at capistrano (I am), =dave= -- * 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
