enonic / app-gitpull

Application that pulls git repositories to server.
Apache License 2.0
0 stars 1 forks source link

Support for branches #8

Closed dholmen closed 3 years ago

dholmen commented 5 years ago

Configurable support for branches would be really useful, and the last piece of the puzzle in order to enable us to use this app in our setup.

For example:

prod.url = https://some/git/url
prod.user = username
prod.password = password
prod.dir = ${xp.home}/config
**prod.branch = master**
sigdestad commented 5 years ago

Seems like an interesting approach..