Sha256: b23b7365afa048154d324698fd926832295ec39bd401ae245ab52648679413ed

Contents?: true

Size: 324 Bytes

Versions: 3

Compression:

Stored size: 324 Bytes

Contents

TorqueBox::RemoteDeploy.configure do
  host do
    torquebox_home "/my/tb/dir"
    jboss_home "/my/jboss/dir"
    hostname "1.2.3.4"
    port "2222"
    user "torquebox"
    key "~/.ssh/id_rsa.pub"
    sudo true
  end

  host do
    hostname "4.4.4.4"
    port "22"
    user "deploy"
    key "~/.ssh/torquebox.pub"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
torquebox-remote-deployer-0.1.2.pre2-java spec/fixtures/multihost_torquebox_remote.rb
torquebox-remote-deployer-0.1.2.pre1 spec/fixtures/multihost_torquebox_remote.rb
torquebox-remote-deployer-0.1.1 spec/fixtures/multihost_torquebox_remote.rb