Skip to content

Instantly share code, notes, and snippets.

@kei-s
Created January 10, 2013 10:11
Show Gist options
  • Save kei-s/4500933 to your computer and use it in GitHub Desktop.
Save kei-s/4500933 to your computer and use it in GitHub Desktop.
capistrano の server 一覧
@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