diff options
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2010-01-16-deploy-keys.markdown | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/_posts/2010-01-16-deploy-keys.markdown b/_posts/2010-01-16-deploy-keys.markdown index 6f5bc4f..0d24a79 100644 --- a/_posts/2010-01-16-deploy-keys.markdown +++ b/_posts/2010-01-16-deploy-keys.markdown @@ -32,3 +32,23 @@ No! You can simply use the public clone URL for the project. The simplest way is to add your server's key to the account of the repo owner. This will allow the server access to any private repo that user owns or is a collaborator on. If you don't want your deploy server to have access to every repo, you can make an account specifically for the server, attach its key to the account, and add that account as a collaborator to any repo you do want access to. + +## How do I add my deploy key? + +To add your deploy key, you first have to click on one of your repos. Once you've done that: + +1. In your repo, click the "admin" button. + +  + +2. Click on "deploy keys" + +  + +3. Click "Add another deploy key" + +  + +4. Fill in your info and click "Add key" + + 
\ No newline at end of file |
