Created
August 28, 2016 18:41
-
-
Save ScottRadcliff/163d25e9adb4904f67d75758c19f6020 to your computer and use it in GitHub Desktop.
Sync Jekyll site to 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
# This will sync the compiled HTML files to a remote install of a jekyll site | |
# -v verbose | |
# -r recursive | |
# -u update | |
rsync _site -vru [ssh host]:[dir] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment