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

Clearer instructions on what repo URL to use, and error checks for this #11

Closed ternus closed 9 years ago

ternus commented 11 years ago

I spent a while debugging why GitAutoDeploy.py wasn't working, and finally realized github's system used the https:// URL rather than the git@github.com URL. I've slightly modified the README to account for this.

I've also fixed the spelling of 'daemon' in the README and clarified the WebHook instructions for GitHub's latest interface.

ternus commented 11 years ago

I've also changed how the config file is referenced -- using ./ doesn't work properly if you're calling the server from e.g. an init script. The way I've done it works properly no matter where the script is called from.