From c4f2fefeb9f7abe6fbce10463ee609a762802eaa Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Wed, 18 May 2011 13:30:06 -0700 Subject: add how to add a deploy key --- _posts/2010-01-16-deploy-keys.markdown | 20 ++++++++++++++++++++ images/deploy_1.jpg | Bin 0 -> 17747 bytes images/deploy_2.jpg | Bin 0 -> 28301 bytes images/deploy_3.jpg | Bin 0 -> 16395 bytes images/deploy_4.jpg | Bin 0 -> 21010 bytes 5 files changed, 20 insertions(+) create mode 100644 images/deploy_1.jpg create mode 100644 images/deploy_2.jpg create mode 100644 images/deploy_3.jpg create mode 100644 images/deploy_4.jpg 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. + + ![In your repo, click the "admin" button.](/images/deploy_1.jpg) + +2. Click on "deploy keys" + + ![Click on "deploy keys"](/images/deploy_2.jpg) + +3. Click "Add another deploy key" + + ![Click "Add another deploy key"](/images/deploy_3.jpg) + +4. Fill in your info and click "Add key" + + ![Fill in your info and click "Add key"](/images/deploy_4.jpg) \ No newline at end of file diff --git a/images/deploy_1.jpg b/images/deploy_1.jpg new file mode 100644 index 0000000..3cd71f4 Binary files /dev/null and b/images/deploy_1.jpg differ diff --git a/images/deploy_2.jpg b/images/deploy_2.jpg new file mode 100644 index 0000000..5e06514 Binary files /dev/null and b/images/deploy_2.jpg differ diff --git a/images/deploy_3.jpg b/images/deploy_3.jpg new file mode 100644 index 0000000..7b366d1 Binary files /dev/null and b/images/deploy_3.jpg differ diff --git a/images/deploy_4.jpg b/images/deploy_4.jpg new file mode 100644 index 0000000..db3fdb9 Binary files /dev/null and b/images/deploy_4.jpg differ -- cgit v1.3.1