Created
February 18, 2011 21:54
-
-
Save dhrrgn/834486 to your computer and use it in GitHub Desktop.
A simple post-update hook for Git. It simply touches the fastCGI dispatch script when you "git pull". Equivalent of restarting the Python server.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
touch ~/public_html/dispatch.fcgi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment