Sha256: 63855014458eeaba82aa54d7dd985810e47511692a44cca2dc5d23e2442373f5

Contents?: true

Size: 396 Bytes

Versions: 36

Compression:

Stored size: 396 Bytes

Contents

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

executable = HybridPlatformsConductor::Executable.new
actions_executor = executable.actions_executor
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

36 entries across 36 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-33.0.0 bin/deploy
hybrid_platforms_conductor-32.18.0 bin/deploy
hybrid_platforms_conductor-32.17.1 bin/deploy
hybrid_platforms_conductor-32.17.0 bin/deploy
hybrid_platforms_conductor-32.16.4 bin/deploy
hybrid_platforms_conductor-32.16.3 bin/deploy
hybrid_platforms_conductor-32.16.2 bin/deploy
hybrid_platforms_conductor-32.16.1 bin/deploy
hybrid_platforms_conductor-32.16.0 bin/deploy
hybrid_platforms_conductor-32.15.0 bin/deploy
hybrid_platforms_conductor-32.14.0 bin/deploy
hybrid_platforms_conductor-32.13.4 bin/deploy
hybrid_platforms_conductor-32.13.3 bin/deploy
hybrid_platforms_conductor-32.13.2 bin/deploy
hybrid_platforms_conductor-32.13.1 bin/deploy
hybrid_platforms_conductor-32.13.0 bin/deploy
hybrid_platforms_conductor-32.12.0 bin/deploy
hybrid_platforms_conductor-32.11.2 bin/deploy
hybrid_platforms_conductor-32.11.1 bin/deploy
hybrid_platforms_conductor-32.11.0 bin/deploy