Pull submodules when deployed
This commit is contained in:
parent
4c9c6c39d2
commit
4a1320ec74
|
@ -13,6 +13,8 @@ set :deploy_to, "/opt/www/mint-lgbt"
|
||||||
# Default value for :format is :airbrussh.
|
# Default value for :format is :airbrussh.
|
||||||
set :format, :pretty
|
set :format, :pretty
|
||||||
|
|
||||||
|
set :git_enable_submodules, 1
|
||||||
|
|
||||||
# You can configure the Airbrussh format using :format_options.
|
# You can configure the Airbrussh format using :format_options.
|
||||||
# These are the defaults.
|
# These are the defaults.
|
||||||
# set :format_options, command_output: true, log_file: "log/capistrano.log", color: :auto, truncate: :auto
|
# set :format_options, command_output: true, log_file: "log/capistrano.log", color: :auto, truncate: :auto
|
||||||
|
|
Loading…
Reference in a new issue