From b4540bb461bc72acf11fe3640c3f8a753ced4192 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Tue, 24 Nov 2009 17:04:11 -0600 Subject: [PATCH] tweaked rakefile github deploy --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index c1ff3fd..763d58b 100644 --- a/Rakefile +++ b/Rakefile @@ -110,7 +110,6 @@ 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 repo.branch("#{source_branch}").checkout end