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

@ -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"