Skip to content

Instantly share code, notes, and snippets.

@mpalmer
Created October 21, 2009 21:23
Show Gist options
  • Save mpalmer/215464 to your computer and use it in GitHub Desktop.
Save mpalmer/215464 to your computer and use it in GitHub Desktop.
Oct 15 12:59:10 <chuck> defunkt: do you think you guys could share your capistrano tasks for unicorn also?
Oct 15 13:01:23 --> drev1 ([email protected]) has joined #github
Oct 15 13:03:44 <-- anteaya has quit (Read error: 131 (Connection reset by peer))
Oct 15 13:06:17 <defunkt> chuck: namespace(:unicorn) { task(:stop) { sudo "god unicorn stop" } }
Oct 15 13:06:21 <defunkt> repeat for restart and start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment