diff options
author | Job van der Voort <job@gitlab.com> | 2015-09-17 17:19:42 +0000 |
---|---|---|
committer | Job van der Voort <job@gitlab.com> | 2015-09-17 17:19:42 +0000 |
commit | 1c303bc0eb162a358f475c19d58df5265e0afe37 (patch) | |
tree | f2c75ee945b3b2e2f05ebf6fc50b06ac351c962a /doc | |
parent | 0aec0d53b10078613b66b0d41424ee4264ae6406 (diff) | |
parent | ca95842f9483b85a8c0e7735961a56136c783b1b (diff) | |
download | gitlab-ce-1c303bc0eb162a358f475c19d58df5265e0afe37.tar.gz |
Merge branch 'global-key' into 'master'
Note about global keys
Because of tweet https://twitter.com/ChoboIslah/status/639565184806309888
See merge request !1931
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ssh/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md index 7cdcd11c04c..7b294a70fe7 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -72,6 +72,8 @@ 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 can be shared between projects, you just need to add them to each project. + ## Applications ### Eclipse |