Unfortunately not, "repositories are cheap" is the old git mantra, so you should be deploying just the important part.
If you look at github.com/capistrano/documention there's a super trivial example of deploying a Jekyll site (without Capistrano, iconically!) which you can copy, just look at the 20 or so lines in the Rakefile. Lee Hambley -- http://lee.hambley.name/ +49 (0) 170 298 5667 On 19 September 2013 14:42, Kai Gittens <[email protected]> wrote: > As mentioned, I'm a newbie... > > I'm using Jekyll to create my site which, by default, builds out the > site's production copy to the '_site/' folder. Capistrano is definitely > deploying from my GitHub repo to my server with no issues but it pulls in > the whole repo. Is it possible to target just the _site folder when it's > on my repo? > > Here's my deploy file: http://pastie.org/8336361 > > Cap file is here: http://pastie.org/8338785 > > Ruby version is: 1.9.3p194. > > Capistrano version is: 2.15.5. > > Thanx in advance...kg > > -- > -- > * 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 and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
