Skip to content

Commit

Permalink
Temp. remove god hooks for backgroundrb
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfrench authored and Josh French committed Jan 1, 2011
1 parent 3243e36 commit 0702f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/recipes/backgroundrb.rb
Expand Up @@ -4,7 +4,7 @@
task :start do
sudo "god start backgroundrb"
end
after 'deploy:restart', 'backgroundrb:start'
# after 'deploy:restart', 'backgroundrb:start'

desc "Stop the backgroundrb server"
task :stop do
Expand All @@ -13,6 +13,6 @@
60.times { print '.' ; sleep 1 }
puts
end
before 'deploy', 'backgroundrb:stop'
# before 'deploy', 'backgroundrb:stop'
end
end

0 comments on commit 0702f70

Please sign in to comment.