Skip to content

Instantly share code, notes, and snippets.

@stenehall
Created September 14, 2015 19:30
Show Gist options
  • Save stenehall/0b273611a7c6548ae857 to your computer and use it in GitHub Desktop.
Save stenehall/0b273611a7c6548ae857 to your computer and use it in GitHub Desktop.
desc 'deploy to github'
task :deploy do
puts 'deploying'
sh "git add . && git commit -a -m 'Adding new content' && git push"
puts 'done!'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment