Using cap to deploy a Rails app. I have my "origin" repository on the same machine I want to deploy the app to. The origin repo is at /var/ git/myapp.git and I want to deploy to /var/www/myapp
The only way I can get this to work is to use a deploy_via copy that copies the origin repo down to my local machine then back up to the same machine into the deploy location. Using other deploy_via methods don't work because it tries to ssh to itself which fails. Any idea on what settings I need to get this to work correctly? -- * 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
