Skip to content

Instantly share code, notes, and snippets.

@abits
Created March 27, 2015 22:35
Show Gist options
  • Save abits/60423cf31d3a55c455b7 to your computer and use it in GitHub Desktop.
Save abits/60423cf31d3a55c455b7 to your computer and use it in GitHub Desktop.
post-receive hook with build task
#!/sbin/sh
GIT_WORK_TREE=/srv/http/www.hjkl.org git checkout -f
cd /srv/http/www.hjkl.org && make html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment