aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-24 16:58:43 -0600
committerB Mathis <brandon@imathis.com>2009-11-24 16:58:43 -0600
commit34e25551eaf1efcd60095b936ee851e980788d75 (patch)
tree6b167f4b98271b710cc6a703b63b789c400adfef
parent399fe77f6708634c96568e25e5849818c56cc1de (diff)
downloadmy_new_personal_website-34e25551eaf1efcd60095b936ee851e980788d75.tar.xz
my_new_personal_website-34e25551eaf1efcd60095b936ee851e980788d75.zip
renamed rake task for github deploy
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 647f40a8..abed03ca 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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