instance method ensure_no_conflicting_proxy_runs

Ruby on Rails 2.10.1

Since v2.10.1 Last seen in v2.11.0 Private

Available in: v2.10.1 v2.11.0

Signature

ensure_no_conflicting_proxy_runs()

No documentation comment.

Source
# File lib/kamal/configuration.rb, line 395
    def ensure_no_conflicting_proxy_runs
      all_hosts.each do |host|
        run_configs = proxy_runs(host)
        if run_configs.uniq.size > 1
          raise Kamal::ConfigurationError, "Conflicting proxy run configurations for host #{host}"
        end
      end
    end

Defined in lib/kamal/configuration.rb line 395 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Kamal::Configuration

Type at least 2 characters to search.

↑↓ navigate · open · esc close