Enabling git submodules in capistrano 2
Posted by Chad Humphries 4 months ago
# Just add the following to your deploy recipe
set :git_enable_submodules, true
Language Ruby / Tagged with capistrano, git