Commit 799361a389f890620bd11d75f2fae5a6aa4fc9e6
1 parent
b98bd5c8
Exists in
spb-stable
and in
3 other branches
SSH section was missing in doc and corrected the deploy key section.
Showing
3 changed files
with
4 additions
and
1 deletions
Show diff stats
doc/README.md
... | ... | @@ -11,6 +11,7 @@ |
11 | 11 | + [Raketasks](raketasks/README.md) |
12 | 12 | + [Release](release/README.md) |
13 | 13 | + [Security](security/README.md) |
14 | ++ [SSH](ssh/README.md) | |
14 | 15 | + [System hooks](system_hooks/system_hooks.md) |
15 | 16 | + [Update](update/README.md) |
16 | 17 | + [Web hooks](web_hooks/web_hooks.md) | ... | ... |
doc/ssh/deploy_keys.md
... | ... | @@ -9,4 +9,4 @@ After this the machine that uses the corresponding private key has read-only acc |
9 | 9 | |
10 | 10 | You can't add the same deploy key twice with the 'New Deploy Key' option. |
11 | 11 | 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'. |
12 | -You need to be the owner of the deploy key to see it in this list. | |
12 | +All the deploy keys of all the projects you have access to are available. This project access can happen through being a direct member of the project or through a group. See `def accessible_deploy_keys` in `app/models/user.rb` for more information. | ... | ... |