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
575 stars 187 forks source link

py2 and py3 compatibility, CONFIG_FILEPATH #35

Closed htylab closed 8 years ago

htylab commented 8 years ago

(1) add py2 and py3 compatibility (2) modify './GitAutoDeploy.conf.json' to relative path to call the main program from the other work directory. It will be convinient for crontab or startup scripts

htylab commented 8 years ago

Need more test on py3, close it for now.