Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Dec 9, 2014
1 parent 289edd4 commit a5c807b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/capistrano/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module Sidekiq
VERSION = '0.4.0'
VERSION = '0.4.1'
end
end
4 changes: 2 additions & 2 deletions lib/capistrano/tasks/monit.cap
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ namespace :sidekiq do
namespace :monit do

task :add_default_hooks do
after 'deploy:check', 'sidekiq:monit:unmonitor'
after 'deploy:publishing', 'sidekiq:monit:monitor'
before 'deploy:updating', 'sidekiq:monit:unmonitor'
after 'deploy:published', 'sidekiq:monit:monitor'
end

desc 'Config Sidekiq monit-service'
Expand Down

0 comments on commit a5c807b

Please sign in to comment.