Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Runar Myklebust authored Mar 27, 2019
1 parent c681942 commit 6982b0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@ To configure this application, just place a file named `com.enonic.app.gitpull.c
file holds a set of repositories to pull from. Every set is named and the keys are described as follows:

* `<name>.url` - Git URL (http, https, ssh).
* `<name>.dir` - Destination directory to checkout.

### HTTPS-Authentication
* `<name>.user` - Git server user (optional).
* `<name>.password` - Git server password (optional).

### SSH-Authentication
* `<name>.keyPath` - SSH private key path (required for ssh-connections).
* `<name>.strictHostKeyChecking` - Boolean; Allow ssh to hosts without specifying hosts in hosts-file.
* `<name>.dir` - Destination directory to checkout.

Here's an example:

Expand Down

0 comments on commit 6982b0a

Please sign in to comment.