removes unnecessary whenever setup

This commit is contained in:
kikito
2015-09-12 09:01:16 +02:00
parent 05bfaa5c30
commit 1e59d3259a

View File

@@ -46,9 +46,7 @@ set(:config_files, %w(
sidekiq.yml sidekiq.yml
)) ))
set :whenever_command, "bundle exec whenever" set :whenever_roles, -> { :cron }
set :whenever_environment, -> { fetch(:stage) }
set :whenever_roles, [ :cron ]
namespace :deploy do namespace :deploy do
# Check right version of deploy branch # Check right version of deploy branch