summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2016-02-25 15:17:28 +0200
committerytti <saku@ytti.fi>2016-02-25 15:17:28 +0200
commit9ffa74147da9564ebe9d2f33215bcc1d136cb55b (patch)
tree53c19a176b526e2d667845d5512a7e4ce11b81b9 /README.md
parent15cab965d14eaa8e8a92f59301cf296d7a62d391 (diff)
parenta4bdbb84b2ecc7dc3499c169a803b90fdb650f98 (diff)
Merge pull request #343 from awlx/ssh_key_support
Ssh key support
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index cd5a5e4..6b7ec87 100644
--- a/README.md
+++ b/README.md
@@ -595,6 +595,8 @@ This hook configures the repository `remote` and _push_ the code when the specif
* `remote_repo`: the remote repository to be pushed to.
* `username`: username for repository auth.
* `password`: password for repository auth.
+ * `pubkey`: publickey for repository auth.
+ * `privkey`: privatekey for repository auth.
When using groups repositories, each group must have its own `remote` in the `remote_repo` config.