Sha256: 0f6fea1b2594d3cc19f714d28c536a34e5700c7d39cd3187f32e8604e98db510

Contents?: true

Size: 194 Bytes

Versions: 5

Compression:

Stored size: 194 Bytes

Contents

application :app1 do
  puts "application = app1"
end

stage :app1, :prd do
  puts "stage = prd"
end

stage :app1, :stg do
  puts "stage = stg"
end

stage :app1, :alf do
  puts "stage = alf"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
borg-rb-0.0.5 cap/applications/app1.rb
borg-rb-0.0.4 cap/applications/app1.rb
borg-rb-0.0.3 cap/applications/app1.rb
borg-rb-0.0.2 cap/applications/app1.rb
borg-rb-0.0.1 cap/applications/app1.rb