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 self.respond() to do_POST(self) method #19

Open eschleining opened 10 years ago

eschleining commented 10 years ago

In order to let github recieve an answer from your server I added e self.respond() call to the do_POST(self) method of the server.