We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca2b4d commit 5ad000aCopy full SHA for 5ad000a
lib/kamal/configuration/accessory.rb
@@ -214,7 +214,7 @@ def hosts_from_tags
214
215
def extract_hosts_from_config_with_tag(tag)
216
if config.raw_config.servers.is_a?(Hash)
217
- config.raw_config.servers.flat_map do |(role, servers_in_role)|
+ config.raw_config.servers.flat_map do |role, servers_in_role|
218
servers_in_role.collect do |host|
219
if host.is_a?(Hash) && host.values.first.include?(tag)
220
host.keys.first
0 commit comments