From 5d6c083f6716e43d128930cf01ac82617eef618e Mon Sep 17 00:00:00 2001 From: rgarcia Date: Sun, 4 Dec 2016 19:57:10 +0100 Subject: [PATCH] updates sitemap daily in all servers --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index acce83b3c..30b08c56d 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -38,7 +38,7 @@ set(:config_files, %w( unicorn.rb )) -set :whenever_roles, -> { :cron } +set :whenever_roles, -> { :app } namespace :deploy do before :starting, 'rvm1:install:rvm' # install/update RVM