Capistrano Git External Extension
Allows capistrano to use git external on checkout and sync from
a git repository.
Usage
-
requirethe library on theCapfilebefore loading yourdeploy.rbfile require 'rubygems' require 'capistrano-git-external' load 'config/deploy' -
then enable
git externals on yourdeploy.rband that's it set :git_enable_externals, 1