aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-24 17:17:06 -0600
committerB Mathis <brandon@imathis.com>2009-11-24 17:17:06 -0600
commit1e796da9dbdf8b4f001928bc15a09d1d8dead8fe (patch)
tree549c63a22c2c4c85eefd34f0d7a6a155279a0866 /Rakefile
parent24246ea8088eb612818c67ca47ddc20484d0bb93 (diff)
downloadmy_new_personal_website-1e796da9dbdf8b4f001928bc15a09d1d8dead8fe.tar.xz
my_new_personal_website-1e796da9dbdf8b4f001928bc15a09d1d8dead8fe.zip
fixed branch name in rakefile
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b81e4ed0..21fc3d2c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -110,7 +110,7 @@ multitask :deploy_github => [:default, :clean_debug] do
repo.status.deleted.each {|f, s| repo.remove(f)}
message = ENV["MESSAGE"] || "Site updated at #{Time.now.utc}"
repo.commit(message)
- repo.push("#{deploy_branch} origin")
+ repo.push("#{deploy_branch}")
repo.branch("#{source_branch}").checkout
end