Skip to content

Commit

Permalink
changes for first time eye startup and final bluepill shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinKo committed Nov 28, 2014
1 parent a4338e8 commit 117bc61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 117bc61

Please sign in to comment.