logsol / Github-Auto-Deploy

a server that allows you to automatically deploy the latest version of your github project at each git push
http://logsol.github.com/Github-Auto-Deploy/
MIT License
576 stars 187 forks source link

Git pull specific brach #23

Closed dango closed 9 years ago

dango commented 9 years ago

need to make auto deploy of dev brach not master can u suggest the best way how it could be done?

Morpho commented 9 years ago

Check the code, this is already implemented: https://github.com/logsol/Github-Auto-Deploy/blob/master/GitAutoDeploy.py#L84

logsol commented 9 years ago

yes, try to add

"branch": "mybranch",

to your config file