Sha256: 22e77eb4a05a46e3d28ac37cdfc17ed597e94481903a0a8e31c9e7721d379286

Contents?: true

Size: 297 Bytes

Versions: 47

Compression:

Stored size: 297 Bytes

Contents

require "git"
require "fileutils"
require "pathname"
require "ssh-base-cmd-class"

class RemoteRun
    def do(publicIp, privateKey, role, solution)
      remote = RemoteCall.new
      remote.exec publicIp, privateKey, "canzea --lifecycle=install --role=#{role} --solution=#{solution}"
    end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
canzea-0.1.27 lib/commands/remote-run.rb
canzea-0.1.26 lib/commands/remote-run.rb
canzea-0.1.25 lib/commands/remote-run.rb
canzea-0.1.24 lib/commands/remote-run.rb
canzea-0.1.23 lib/commands/remote-run.rb
canzea-0.1.22 lib/commands/remote-run.rb
canzea-0.1.21 lib/commands/remote-run.rb