Created
October 15, 2009 22:38
-
-
Save slumos/211355 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
| diff --git a/config/deploy.rb b/config/deploy.rb | |
| index eccacbd..a0b2a72 100644 | |
| --- a/config/deploy.rb | |
| +++ b/config/deploy.rb | |
| @@ -116,3 +116,9 @@ namespace :memcached do | |
| sudo "/etc/init.d/god start" | |
| end | |
| end | |
| + | |
| +namespace :info do | |
| + task :servers do | |
| + find_servers_for_task(current_task).each {|s| puts s} | |
| + end | |
| +end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment