It wasn't. That's never been possible without using the `copy` strategy which made a tarball of the current working directory, and uploaded it.
Lee Hambley -- http://lee.hambley.name/ +49 (0) 170 298 5667 On 10 February 2014 13:34, Cathal O'Riordan <[email protected]>wrote: > Why was that functionality removed? > > > On Friday, 7 February 2014 20:05:16 UTC, Lee Hambley wrote: > >> You can't deploy from a repository on your machine, on your server yes. >> >> Sent from my Nexus 4. >> On 7 Feb 2014 16:14, "Cathal O'Riordan" <[email protected]> wrote: >> >>> 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. >>> >> -- > 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/9e810460-66fd-451b-b27b-c51534f651a1%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- 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/CAN_%2BVLVcfCHNAxkJi_76z6WAeDpYb4cx_zeB9Asttd5qYdC%2Bkg%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
