diff options
Diffstat (limited to 'doc/ssh')
-rw-r--r-- | doc/ssh/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md index cb4c46edbf0..7b294a70fe7 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -72,8 +72,7 @@ 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. -Deploy keys are added by project. It is not possible yet to have default -or global deploy keys. +Deploy keys can be shared between projects, you just need to add them to each project. ## Applications |