Skip to content

Commit

Permalink
Reload doesn't work (reopens #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed May 7, 2012
1 parent 1f41973 commit 8304541
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ set :branch, "master"

namespace :foreman do
task :restart do
if deployed_file_changed?(procfile)
sudo "restart #{application} || sudo start #{application}"
else
sudo "reload #{application} || sudo start #{application}"
end
puts "Restart the server manually for now."
end
end

0 comments on commit 8304541

Please sign in to comment.