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.24 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.24.travis.1718.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.24.travis.1715.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.24.travis.1709.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.23 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.23.travis.1706.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.23.travis.1701.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.23.travis.1694.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.22 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.22.travis.1692.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.22.travis.1686.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.21 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.22.travis.1670.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.21.travis.1669.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.21.travis.1668.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.20.travis.1666.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.20.travis.1667.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.20.travis.1665.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.20.travis.1655.3 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.8.19 lib/dpl/provider/heroku/git_ssh.rb