Skip to content

Instantly share code, notes, and snippets.

View todditron's full-sized avatar

Todd Dumas todditron

View GitHub Profile
@todditron
todditron / Git post-receive hook for webfaction
Last active October 10, 2019 21:02 — forked from negatronGister/Git post-receive hook for webfaction
Git post-receive hook for deploying on webfaction
# *** INSTRUCTIONS ********
# $ cd repo.git/hooks
# $ vi post-receive
# paste this and fix formatting since things always get funky pasting into VI
# ESC
# :wq
# $ chmod +x post-receive
# ***************************
#!/bin/sh