From c3f65e2083851684960ad8be387c720a5fd85234 Mon Sep 17 00:00:00 2001 From: Erick Guan Date: Thu, 31 Aug 2017 11:48:56 +0200 Subject: [PATCH] Building gems in parallels and use 4 workers --- templates/web.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web.template.yml b/templates/web.template.yml index 8bfe6da..a02039b 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -168,7 +168,7 @@ run: cd: $home hook: bundle_exec cmd: - - su discourse -c 'bundle install --deployment --verbose --without test --without development' + - su discourse -c 'bundle install --deployment --verbose --without test --without development --retry 3 --jobs 4' - su discourse -c 'bundle exec rake db:migrate' - su discourse -c 'bundle exec rake assets:precompile' -- 2.25.1