summaryrefslogtreecommitdiff
path: root/doc/ci/ssh_keys/README.md
diff options
context:
space:
mode:
authorbikebilly <fabio@gitlab.com>2017-09-09 15:44:14 +0200
committerbikebilly <fabio@gitlab.com>2017-09-09 15:44:14 +0200
commit8211ce1906217b4562d52c6d4c2192bba1f9764d (patch)
tree65bf8241f6defcae028232f15fda397c83c82399 /doc/ci/ssh_keys/README.md
parent5d952f756bcf0355fc5d86d819dfc6913c0ae351 (diff)
downloadgitlab-ce-8211ce1906217b4562d52c6d4c2192bba1f9764d.tar.gz
Change Pipelines to CI/CD for Settings pagedocs-replace-pipelines-cicd
Diffstat (limited to 'doc/ci/ssh_keys/README.md')
-rw-r--r--doc/ci/ssh_keys/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/ssh_keys/README.md b/doc/ci/ssh_keys/README.md
index cdb9858e179..e5a2bbd1773 100644
--- a/doc/ci/ssh_keys/README.md
+++ b/doc/ci/ssh_keys/README.md
@@ -34,7 +34,7 @@ instructions to [generate an SSH key](../../ssh/README.md). Do not add a
passphrase to the SSH key, or the `before_script` will prompt for it.
Then, create a new **Secret Variable** in your project settings on GitLab
-following **Settings > Pipelines** and look for the "Secret Variables" section.
+following **Settings > CI/CD** and look for the "Secret Variables" section.
As **Key** add the name `SSH_PRIVATE_KEY` and in the **Value** field paste the
content of your _private_ key that you created earlier.