summaryrefslogtreecommitdiff
path: root/doc/ssh/deploy_keys.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-27 15:33:15 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-27 15:33:15 +0000
commit19ea36227afb25563df48df7a7bfcd8053d4f486 (patch)
tree57c2b2b295548d9a7e895df2c4921d55c4f88fc5 /doc/ssh/deploy_keys.md
parentc862bc6fcf096e85daa9f3d6eec28a7ce1da171d (diff)
parentf22c709539d06be6fa76f148dedffdef1170936c (diff)
downloadgitlab-ce-19ea36227afb25563df48df7a7bfcd8053d4f486.tar.gz
Merge branch 'add_titles_to_help_pages' into 'master'
Add titles to help pages Fixes #1183
Diffstat (limited to 'doc/ssh/deploy_keys.md')
-rw-r--r--doc/ssh/deploy_keys.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ssh/deploy_keys.md b/doc/ssh/deploy_keys.md
index c7125b7949e..e113160c9bc 100644
--- a/doc/ssh/deploy_keys.md
+++ b/doc/ssh/deploy_keys.md
@@ -1,3 +1,5 @@
+# Deploy keys
+
Deploy keys allow read-only access one or multiple projects with a single SSH key.
This is really useful for cloning repositories to your Continuous Integration (CI) server.