Created
January 10, 2013 10:11
-
-
Save kei-s/4500933 to your computer and use it in GitHub Desktop.
capistrano の server 一覧
This file contains 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
@roles.each do |name, role| | |
role.servers.each do |server| | |
logger.info server.to_s, name | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment