Pull submodules when deployed

This commit is contained in:
Luna 2021-05-06 17:50:49 +00:00
parent 4c9c6c39d2
commit 4a1320ec74
Signed by: luna
GPG key ID: 48ABA804580B9BA8

View file

@ -13,6 +13,8 @@ set :deploy_to, "/opt/www/mint-lgbt"
# Default value for :format is :airbrussh.
set :format, :pretty
set :git_enable_submodules, 1
# You can configure the Airbrussh format using :format_options.
# These are the defaults.
# set :format_options, command_output: true, log_file: "log/capistrano.log", color: :auto, truncate: :auto