diff --git a/Gemfile b/Gemfile index cfcbbe7ccd..ecc0ef5cbc 100644 --- a/Gemfile +++ b/Gemfile @@ -84,6 +84,7 @@ gem 'premailer-rails' # creates emails with inline css from html files with exte gem 'sidekiq', '>= 3.2.5' gem 'sinatra', '>= 1.3.0', :require => nil gem 'delayed_paperclip' # handle image processing with sidekiq +gem 'bluepill' #legacy, remove when eye stable gem 'eye' # sidekiq process monitoring gem 'sidetiq' # process scheduling diff --git a/config/deploy.rb b/config/deploy.rb index 950de0717d..2e96f5acec 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -47,8 +47,8 @@ after :publishing, :restart - before :updated, 'eye:quiet' - after :published, 'eye:quit' + #before :updated, 'eye:quiet' + #after :published, 'eye:quit' after :published, 'eye:init' after :published, 'eye:start'