Skip to content

Instantly share code, notes, and snippets.

@allspiritseve
Created July 24, 2012 16:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allspiritseve/3170971 to your computer and use it in GitHub Desktop.
Save allspiritseve/3170971 to your computer and use it in GitHub Desktop.
Jekyll tasks
task :deploy do
system 'jekyll && rsync -avz --delete -e ssh _site/ ck:blog.corykaufman.com && git push origin master'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment