diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-09-11 15:48:57 +1000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-09-11 15:48:57 +1000 |
commit | f9b765cdfc56ce69c18ab47a767d0200c2e38709 (patch) | |
tree | 4de0fab9fa4c8a3d31e0c4943473841c88388f77 | |
parent | bc38d24df57d895b86533a24c5895f117c392700 (diff) |
Enable submodules like commonlib
-rw-r--r-- | config/deploy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index e82f15350..bbb1ee155 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -10,6 +10,7 @@ set :scm, :git set :deploy_via, :remote_cache set :repository, configuration['repository'] set :branch, configuration['branch'] +set :git_enable_submodules, true set :deploy_to, configuration['path'] set :user, configuration['user'] set :use_sudo, false |