diff options
Diffstat (limited to '')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |