summaryrefslogtreecommitdiff
path: root/doc/ssh
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-24 18:09:46 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-24 18:09:46 +0000
commitaca82d5ba49a8d2cf7ca30ac4ee6dcbd62b47cff (patch)
tree3ce0eff868aab025bc85c37d921582217f4c69f9 /doc/ssh
parent8a840df2e433bc39d033b20e64402fa3f56445d3 (diff)
downloadgitlab-ce-aca82d5ba49a8d2cf7ca30ac4ee6dcbd62b47cff.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ssh')
-rw-r--r--doc/ssh/README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md
index e6375f15157..06db8e59850 100644
--- a/doc/ssh/README.md
+++ b/doc/ssh/README.md
@@ -384,9 +384,7 @@ If you don't have a key pair, you might want to use a
Project maintainers and owners can add a deploy key for a repository.
-1. Navigate to the project's **Settings** page, then:
- - On GitLab 12.8 and earlier, click **Repository**.
- - On GitLab 12.9 and later, click **CI / CD**.
+1. Navigate to the project's **Settings > Repository** page.
1. Expand the **Deploy Keys** section.
1. Specify a title for the new deploy key and paste a public SSH key.
@@ -432,9 +430,7 @@ your repository".
Once a GitLab administrator adds the Global Deployment key, project maintainers
and owners can add it by:
-1. Navigating the settings page:
- - On GitLab 12.8 and earlier, the project's **Settings > Repository** page.
- - On GitLab 12.9 and later, the project's **Settings > CI / CD** page.
+1. Navigate to the project's **Settings > Repository** page.
1. Expanding the **Deploy Keys** section.
1. Clicking **Enable** next to the appropriate key listed under
**Public deploy keys available to any project**.