Method: Dpl::Providers::Hephy#builder
- Defined in:
- lib/dpl/providers/hephy.rb
#builder ⇒ Object
92 93 94 95 96 |
# File 'lib/dpl/providers/hephy.rb', line 92 def builder parts = host.split('.') parts[0] = [parts[0], 'builder'].join('-') parts.join('.') end |