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

Added pull on GET Request #14

Open shredding opened 11 years ago

shredding commented 11 years ago

We had problems with the performance of Github - it took to long for the POST Hook to get triggered, hence we added a pull on GET - so you can just call the URL to trigger the pull for all registered repos.

The feature can be activated via -g or --get-to-pull.

Since my IDE is very annoying in this regard, I added PEP 8 compliance as well