Sha256: b7823bccc69e9fb50d55efb779912fdeed4e94d27ad6cc99cab2ab7d2bb79d9f

Contents?: true

Size: 185 Bytes

Versions: 65

Compression:

Stored size: 185 Bytes

Contents

class Shelly::Client
  def redeploy(cloud)
    post("/apps/#{cloud}/deploys")
  end

  def deployment(cloud, deployment_id)
    get("/apps/#{cloud}/deploys/#{deployment_id}")
  end
end

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
shelly-0.5.7 lib/shelly/client/deploys.rb
shelly-0.5.6 lib/shelly/client/deploys.rb
shelly-0.5.5 lib/shelly/client/deploys.rb
shelly-0.5.4 lib/shelly/client/deploys.rb
shelly-0.5.3 lib/shelly/client/deploys.rb
shelly-0.5.2 lib/shelly/client/deploys.rb
shelly-0.5.1 lib/shelly/client/deploys.rb
shelly-0.5.0 lib/shelly/client/deploys.rb
shelly-0.4.42 lib/shelly/client/deploys.rb
shelly-0.4.41 lib/shelly/client/deploys.rb
shelly-0.4.40 lib/shelly/client/deploys.rb
shelly-0.4.39 lib/shelly/client/deploys.rb
shelly-0.4.38 lib/shelly/client/deploys.rb
shelly-0.4.37 lib/shelly/client/deploys.rb
shelly-0.4.36 lib/shelly/client/deploys.rb
shelly-0.4.35 lib/shelly/client/deploys.rb
shelly-0.4.34 lib/shelly/client/deploys.rb
shelly-0.4.33 lib/shelly/client/deploys.rb
shelly-0.4.32 lib/shelly/client/deploys.rb
shelly-0.4.31 lib/shelly/client/deploys.rb