Update deploy keys documentation
This commit is contained in:
parent
915af2dc5a
commit
d29f90b54c
1 changed files with 3 additions and 3 deletions
|
@ -170,12 +170,12 @@ Integration (CI) server. By using deploy keys, you don't have to setup a
|
|||
dummy user account.
|
||||
|
||||
If you are a project master or owner, you can add a deploy key in the
|
||||
project settings under the section 'Deploy Keys'. Press the 'New Deploy
|
||||
Key' button and upload a public SSH key. After this, the machine that uses
|
||||
project settings under the section 'Repository'. Specify a title for the new
|
||||
deploy key and paste a public SSH key. After this, the machine that uses
|
||||
the corresponding private SSH key has read-only or read-write (if enabled)
|
||||
access to the project.
|
||||
|
||||
You can't add the same deploy key twice with the 'New Deploy Key' option.
|
||||
You can't add the same deploy key twice using the form.
|
||||
If you want to add the same key to another project, please enable it in the
|
||||
list that says 'Deploy keys from projects available to you'. All the deploy
|
||||
keys of all the projects you have access to are available. This project
|
||||
|
|
Loading…
Reference in a new issue