diff options
author | awlx <awlnx@penguinfriends.org> | 2016-02-25 13:52:54 +0100 |
---|---|---|
committer | awlx <awlnx@penguinfriends.org> | 2016-02-25 13:52:54 +0100 |
commit | a2b6dd71dbc4c57423b0f6b332bf035cd097c3dd (patch) | |
tree | 2f69380a98f61c2bb202049ea272dda03f650f1f /README.md | |
parent | 916b053dca5436ebd147111c466be06b9e3f9f84 (diff) |
Added documenation hint
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |