Browse code

tweaked rakefile github deploy

B Mathis authored on 24/11/2009 at 23:04:11
Showing 1 changed files
... ...
@@ -110,7 +110,6 @@ multitask :deploy_github => [:default, :clean_debug] do
110 110
   repo.status.deleted.each {|f, s| repo.remove(f)}
111 111
   message = ENV["MESSAGE"] || "Site updated at #{Time.now.utc}"
112 112
   repo.commit(message)
113
-  repo.push
114 113
   repo.branch("#{source_branch}").checkout
115 114
 end
116 115