From 4a1320ec74a23ed27236ee5e9bf44b43138b44d2 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 6 May 2021 17:50:49 +0000 Subject: [PATCH] Pull submodules when deployed --- config/deploy.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/deploy.rb b/config/deploy.rb index aaad25c..b90c14a 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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