Created
October 21, 2009 21:23
-
-
Save mpalmer/215464 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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