diff options
author | Gustav Trenwith <gtrenwith@gmail.com> | 2016-09-05 06:32:26 +0000 |
---|---|---|
committer | Gustav Trenwith <gtrenwith@gmail.com> | 2016-09-05 06:32:26 +0000 |
commit | de4c0c2e710e4511ad5781bb2d2ab2e0f85dc2f5 (patch) | |
tree | 130baf261dbfa494bada94b8cbd9f53f6a5c67bb /doc/ci/ssh_keys | |
parent | 8e6e3423c3ad7ca6e70576713aa890dc8444f1bb (diff) | |
download | gitlab-ce-de4c0c2e710e4511ad5781bb2d2ab2e0f85dc2f5.tar.gz |
Update README.md
Diffstat (limited to 'doc/ci/ssh_keys')
-rw-r--r-- | doc/ci/ssh_keys/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/ssh_keys/README.md b/doc/ci/ssh_keys/README.md index 4041cc41853..b858029d25e 100644 --- a/doc/ci/ssh_keys/README.md +++ b/doc/ci/ssh_keys/README.md @@ -31,7 +31,7 @@ This is the universal solution which works with any type of executor You will first need to create an SSH key pair. For more information, follow the instructions to [generate an SSH key](../../ssh/README.md). Do not add a comment -to the ssh key, or the `before_script` will prompt for a passphrase. +to the SSH key, or the `before_script` will prompt for a passphrase. Then, create a new **Secret Variable** in your project settings on GitLab following **Settings > Variables**. As **Key** add the name `SSH_PRIVATE_KEY` |