Skip to content

Instantly share code, notes, and snippets.

@ScottRadcliff
Created August 28, 2016 18:41
Show Gist options
  • Save ScottRadcliff/163d25e9adb4904f67d75758c19f6020 to your computer and use it in GitHub Desktop.
Save ScottRadcliff/163d25e9adb4904f67d75758c19f6020 to your computer and use it in GitHub Desktop.
Sync Jekyll site to server
# 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