Hi Boris,

  I recommend you to use git submodules for the images repository and add
this line to your deploy.rb

set :git_enable_submodules, 1


  With this line you're telling to Capistrano to initialize/update
submodules

Regards

PS: Sorry for the delay approving this email in Capistrano list I was out
(holidays!) :)



2013/1/28 Boris Quiroz <[email protected]>

> Hi,
>
> I'm new here and I've a question that could be really silly, so any RTFM
> is welcome.
>
> I've a rails app, let's say github.com:Boris/MyApp1 but when I deploy it
> I've to include some images located on github.com:Boris/MyApp2 so when
> 'cap deploy' runs I got following error:
>
> *** [err :: 10.0.1.95] find:
> *** [err :: 10.0.1.95] `/srv/MyApp1/releases/20130128133020/public/images '
> *** [err :: 10.0.1.95] : No such file or directory
>
> Is there any way, maybe with before task, that fetch the content of
> "public/images" and then run 'cap deploy'?
>
> Thanks for your help!
>
> --
> --
> * 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
> ---
> 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].
> 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 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
--- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to