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.9.travis.657.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.9.travis.654.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.8 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.8.travis.653.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.8.travis.651.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.8.travis.650.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.8.travis.649.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.8.travis.647.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.7 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.8.travis.646.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.8.travis.645.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.8.travis.643.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.7.travis.642.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.7.travis.633.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.7.travis.626.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.6 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.6.travis.625.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.6.travis.623.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.5.travis.622.1 lib/dpl/provider/heroku/git_ssh.rb
dpl-1.7.5 lib/dpl/provider/heroku/git_ssh.rb