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