itsapi / github-listener

A Node.js continuous deployment system for Github.
http://github.com/itsapi/github-listener
GNU General Public License v2.0
7 stars 0 forks source link

Github hook #2

Closed geraintwhite closed 10 years ago

geraintwhite commented 10 years ago

Could get working deploying with github hooks, maybe use a bash script to monitor a lock file and then restarts mode process.

geraintwhite commented 10 years ago

Fixed c3567879ccd3ec46c71b84e53409a0c39be4951f d38fabc276e252eec7d6329c041f575e3b1d695f

geraintwhite commented 10 years ago

Now deploying node sites with forever -w which will restart the scripts when their files change, therefore no need for restarting in post-receive manually. This means that we can deploy github listener through github listener as it is not restarting itself any more.