Skip to content

Instantly share code, notes, and snippets.

@shanewfx
Created February 19, 2012 13:39
Show Gist options
  • Save shanewfx/1863884 to your computer and use it in GitHub Desktop.
Save shanewfx/1863884 to your computer and use it in GitHub Desktop.
octopress blog deploy
rake new_post["title"]
rake generate
rake preview
rake deploy
git add .
git commit -am 'test clone'
git push origin source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment