It's all good for now, I'm a bit pressed for time, but I'd love to lend a hand with docs someday, when I understand capistrano a bit better myself. :)
On Tuesday, 10 March 2015 11:08:59 UTC+1, Lee Hambley wrote: > > I think there is, but I'd only have to go digging through the docs, and > I'm sure you already did! Nothing comes to mind immediately, I thought you > could put a hash in the array, but I honestly don't know. > > Lee Hambley > http://lee.hambley.name/ > +49 (0) 170 298 5667 > > On 10 March 2015 at 11:07, Chiel Kunkels <[email protected] <javascript:>> > wrote: > >> Alrighty, that's what I have now, just thought maybe there's a cleaner >> way to do it. >> >> Cheers! >> >> On Tuesday, 10 March 2015 10:48:42 UTC+1, Lee Hambley wrote: >>> >>> Use execute() >>> On 10 Mar 2015 10:43, "Chiel Kunkels" <[email protected]> wrote: >>> >>>> How would I pass this array both a source and a destination, a hash >>>> within the array? >>>> >>>> On Tuesday, 10 March 2015 09:52:36 UTC+1, Lee Hambley wrote: >>>>> >>>>> linked_files will take relative paths. Or you can just use `execute()` >>>>> >>>>> Lee Hambley >>>>> http://lee.hambley.name/ >>>>> +49 (0) 170 298 5667 >>>>> >>>>> On 10 March 2015 at 09:06, Chiel Kunkels <[email protected]> wrote: >>>>> >>>>>> I'm trying to achieve the following: >>>>>> >>>>>> I have a `/shared/uploads` directory, which I want to symlink to >>>>>> `/vendor/foo/bar/public/uploads` - can this be done using the >>>>>> built-in `linked_files`, or should I do it manually? >>>>>> >>>>>> -- >>>>>> 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/8804a594-765d- >>>>>> 453a-872c-468508edd8cf%40googlegroups.com >>>>>> <https://groups.google.com/d/msgid/capistrano/8804a594-765d-453a-872c-468508edd8cf%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>>> . >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> -- >>>> 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/d1dfe3ea-6500-4b37-81fa-a5afb012d6dc% >>>> 40googlegroups.com >>>> <https://groups.google.com/d/msgid/capistrano/d1dfe3ea-6500-4b37-81fa-a5afb012d6dc%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >> 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] <javascript:>. >> To view this discussion on the web, visit >> https://groups.google.com/d/msgid/capistrano/6ccc5d5c-d914-4c4f-86ec-e916cdeea833%40googlegroups.com >> >> <https://groups.google.com/d/msgid/capistrano/6ccc5d5c-d914-4c4f-86ec-e916cdeea833%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/85580d6c-4a65-4ce4-a406-0466a135a1e8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
