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.8.36 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.37.travis.2106.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.36.travis.2099.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.35 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.35.travis.2098.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.35.travis.2090.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.34.travis.2089.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.34 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.33.travis.2049.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.33.travis.2048.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.33.travis.2043.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.33.travis.2031.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.33.travis.2025.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.33.travis.1999.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.33.travis.1976.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.32 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.32.travis.1958.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.32.travis.1957.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.32.travis.1956.5 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.32.travis.1955.5 lib/dpl/provider/heroku/git_ssh.rb