mirror of
https://github.com/internetee/registry.git
synced 2025-05-28 09:51:03 +02:00
Do not try to invoke whenever yet
This commit is contained in:
parent
361ef9a377
commit
72040b0380
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue