... | ... |
@@ -110,7 +110,7 @@ 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("origin #{deploy_branch}") |
|
113 |
+ repo.push |
|
114 | 114 |
repo.branch("#{source_branch}").checkout |
115 | 115 |
end |
116 | 116 |
|