diff options
author | B Mathis <brandon@imathis.com> | 2009-11-24 16:58:43 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-24 16:58:43 -0600 |
commit | 34e25551eaf1efcd60095b936ee851e980788d75 (patch) | |
tree | 6b167f4b98271b710cc6a703b63b789c400adfef | |
parent | 399fe77f6708634c96568e25e5849818c56cc1de (diff) | |
download | my_new_personal_website-34e25551eaf1efcd60095b936ee851e980788d75.tar.xz my_new_personal_website-34e25551eaf1efcd60095b936ee851e980788d75.zip |
renamed rake task for github deploy
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ multitask :deploy_rsync => [:default, :clean_debug] do end desc "generate and deploy website to github user pages" -multitask :github_user_deploy => [:default, :clean_debug] do +multitask :deploy_github => [:default, :clean_debug] do require 'git' repo = Git.open('.') repo.branch("#{github_pages_branch}").checkout |