Created
September 12, 2011 16:52
-
-
Save brokaw/1211747 to your computer and use it in GitHub Desktop.
Jekyll Deployment on NFSN
This file contains hidden or 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
TMP_CLONE_DIR=$(mktemp -d -t sitename) | |
git clone ${HOME}/site.git ${TMP_CLONE_DIR} | |
jekyll ${TMP_CLONE_DIR} ${DOCUMENT_ROOT} | |
rm -rf ${TMP_CLONE_DIR} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment