Skip to content

Instantly share code, notes, and snippets.

@knubie
Created October 29, 2014 20:56
Show Gist options
  • Save knubie/89966fe5d48037de2ed9 to your computer and use it in GitHub Desktop.
Save knubie/89966fe5d48037de2ed9 to your computer and use it in GitHub Desktop.
franchise post-receive
#!/bin/bash
# mkdir ~/franchise
# mkdir ~/franchise-deploy
# ~/franchise/hooks/post-receive
GIT_WORK_TREE=$(pwd)/../franchise-deploy git checkout -f master
cd $(pwd)/../franchise-deploy
gulp sass && gulp jade && gulp coffee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment