aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-24 17:04:11 -0600
committerB Mathis <brandon@imathis.com>2009-11-24 17:04:11 -0600
commitb4540bb461bc72acf11fe3640c3f8a753ced4192 (patch)
treee644d06e29db9830d3b451fa38d418e16333c4b9
parent3a6974267b88b6d7653c96c9bd403d3785a8ca30 (diff)
downloadmy_new_personal_website-b4540bb461bc72acf11fe3640c3f8a753ced4192.tar.xz
my_new_personal_website-b4540bb461bc72acf11fe3640c3f8a753ced4192.zip
tweaked rakefile github deploy
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c1ff3fd0..763d58b1 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