Skip to content

Instantly share code, notes, and snippets.

@wjessop
Created October 24, 2010 17:52
Show Gist options
  • Save wjessop/643723 to your computer and use it in GitHub Desktop.
Save wjessop/643723 to your computer and use it in GitHub Desktop.
namespace :deploy do
desc "Restart Application"
task :restart, :roles => :app do
sudo "kill -3 `cat #{shared_path}/pids/unicorn.pid`"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment