I've set it like this:

set :scm, :git
set :repo_url, 'file:///Users/Cathal/Work/vle/moodle_24'


which when run as a deployment, results in 

fatal: '/Users/Cathal/Work/vle/moodle_24' does not appear to be a git 
repository


It looks like Capistrano is trying to run git ls-remote 
/Users/Cathal/Work/vle/moodle_24 on the deployment target. That's not 
right, is it?

Cathal.

On Friday, 7 February 2014 15:05:47 UTC, Lee Hambley wrote:
>
> Which parameter should be set to the local repo?
>>
>> :repo_url, :repository, :local_repository
>>
>
> It should be repo_url, the others don't exist in Capistrano 3.​​
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/2969354b-6d15-4b32-a69e-4aa6f410fb72%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to