Sha256: 1ff4299c9999c371b2ebd1d4ae2d99b7ad36d370f349610efe06ea396c2ea696

Contents?: true

Size: 349 Bytes

Versions: 31

Compression:

Stored size: 349 Bytes

Contents

#!/usr/bin/env ruby
require 'hybrid_platforms_conductor/executable'

executable = HybridPlatformsConductor::Executable.new
deployer = executable.deployer

executable.parse_options!
raise 'No node selected. Please use --node option to set at least one.' if executable.selected_nodes.empty?

# Deploy all
deployer.deploy_on(executable.selected_nodes)

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-33.9.5 bin/deploy
hybrid_platforms_conductor-33.9.4 bin/deploy
hybrid_platforms_conductor-33.9.2 bin/deploy
hybrid_platforms_conductor-33.9.1 bin/deploy
hybrid_platforms_conductor-33.9.0 bin/deploy
hybrid_platforms_conductor-33.8.4 bin/deploy
hybrid_platforms_conductor-33.8.3 bin/deploy
hybrid_platforms_conductor-33.8.2 bin/deploy
hybrid_platforms_conductor-33.8.1 bin/deploy
hybrid_platforms_conductor-33.8.0 bin/deploy
hybrid_platforms_conductor-33.7.4 bin/deploy
hybrid_platforms_conductor-33.7.3 bin/deploy
hybrid_platforms_conductor-33.7.2 bin/deploy
hybrid_platforms_conductor-33.7.1 bin/deploy
hybrid_platforms_conductor-33.7.0 bin/deploy
hybrid_platforms_conductor-33.6.0 bin/deploy
hybrid_platforms_conductor-33.5.1 bin/deploy
hybrid_platforms_conductor-33.5.0 bin/deploy
hybrid_platforms_conductor-33.4.0 bin/deploy
hybrid_platforms_conductor-33.3.0 bin/deploy