Sha256: dd935ab68c184f4485f4557aa97f41029852cbff2b7c28054bddfaabd1bcfa79

Contents?: true

Size: 310 Bytes

Versions: 50

Compression:

Stored size: 310 Bytes

Contents

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

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

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
canzea-0.1.123 lib/commands/remote-run.rb
canzea-0.1.122 lib/commands/remote-run.rb
canzea-0.1.121 lib/commands/remote-run.rb
canzea-0.1.120 lib/commands/remote-run.rb
canzea-0.1.119 lib/commands/remote-run.rb
canzea-0.1.118 lib/commands/remote-run.rb
canzea-0.1.117 lib/commands/remote-run.rb
canzea-0.1.116 lib/commands/remote-run.rb
canzea-0.1.115 lib/commands/remote-run.rb
canzea-0.1.114 lib/commands/remote-run.rb
canzea-0.1.113 lib/commands/remote-run.rb
canzea-0.1.112 lib/commands/remote-run.rb
canzea-0.1.111 lib/commands/remote-run.rb
canzea-0.1.110 lib/commands/remote-run.rb
canzea-0.1.109 lib/commands/remote-run.rb
canzea-0.1.108 lib/commands/remote-run.rb
canzea-0.1.107 lib/commands/remote-run.rb
canzea-0.1.106 lib/commands/remote-run.rb
canzea-0.1.105 lib/commands/remote-run.rb
canzea-0.1.104 lib/commands/remote-run.rb