Do not try to invoke whenever yet

This commit is contained in:
Martin Lensment 2014-12-02 15:24:33 +02:00
parent 361ef9a377
commit 72040b0380
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ gem 'delayed_job_active_record', '~> 4.0.2'
gem 'daemons'
# cron
gem 'whenever', '~> 0.9.4'
gem 'whenever', '~> 0.9.4', require: false
group :development, :test do
# for inserting dummy data

View file

@ -87,7 +87,7 @@ task deploy: :environment do
invoke :'bundle:install'
invoke :'rails:db_migrate'
invoke :'rails:assets_precompile'
invoke :'whenever:update'
# invoke :'whenever:update'
to :launch do
queue "mkdir -p #{deploy_to}/current/tmp; touch #{deploy_to}/current/tmp/restart.txt"