Sha256: 9538d69a3533b0fdadd478296173ccc562b18f7e3aed2b25e97c67ac5f4bc0a9
Contents?: true
Size: 368 Bytes
Versions: 323
Compression:
Stored size: 368 Bytes
Contents
module DPL class Provider module Heroku class GitSSH < Git def git_url info['git_url'] end def needs_key? true end def setup_key(file) api.post_key File.read(file) end def remove_key api.delete_key(option(:key_name)) end end end end end
Version data entries
323 entries across 323 versions & 1 rubygems
Version | Path |
---|---|
dpl-1.7.5.travis.620.1 | lib/dpl/provider/heroku/git_ssh.rb |
dpl-1.7.4 | lib/dpl/provider/heroku/git_ssh.rb |
dpl-1.7.4.travis.619.1 | lib/dpl/provider/heroku/git_ssh.rb |