Method: DPL::Provider::Deis#builder_hostname
- Defined in:
- lib/dpl/provider/deis.rb
#builder_hostname ⇒ Object
85 86 87 88 89 |
# File 'lib/dpl/provider/deis.rb', line 85 def builder_hostname host_tokens = controller_host.split(".") host_tokens[0] = [host_tokens[0], "builder"].join("-") host_tokens.join(".") end |