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.28 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.29.travis.1816.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.28.travis.1813.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.28.travis.1809.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.28.travis.1806.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.27 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.28.travis.1787.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.27.travis.1786.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.27.travis.1783.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.26 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.26.travis.1779.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.26.travis.1777.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.26.travis.1776.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.26.travis.1775.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.26.travis.1771.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.26.travis.1765.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.26.travis.1759.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.26.travis.1753.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.25.travis.1743.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.25 lib/dpl/provider/heroku/git_ssh.rb