[git-users] How to use deploy keys

2015-09-01 Thread widgetland3
I've created a deploy key to use for our build server and associated the public key with the repos. I cannot, however, for the life of me, figure out how to connect and clone the repo using the private deploy key. I have been completely unable to find any instructions on this. Can anyone help?

Re: [git-users] How to use deploy keys

2015-09-02 Thread widgetland3
Deploy Keys are a concept in GitLab for providing access to repos without a user account. The idea is that they can be used for read-only access for things like build servers that do not represent an individual person and do not need to push. I was confused by the fact that deploy keys are not