From eff018e91e5ab1adba9dc01c1ca3c186a1bb486e Mon Sep 17 00:00:00 2001 From: B Mathis Date: Tue, 24 Nov 2009 17:21:04 -0600 Subject: [PATCH] trying one more thing with the rake task auto push --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index b05b5d9..c4e18bf 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("origin #{deploy_branch}") + repo.push repo.branch("#{source_branch}").checkout end