Skip to content

Commit

Permalink
trying one more thing with the rake task auto push
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Nov 24, 2009
1 parent 65ab7ab commit eff018e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -110,7 +110,7 @@ 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("origin #{deploy_branch}")
repo.push
repo.branch("#{source_branch}").checkout
end

Expand Down

0 comments on commit eff018e

Please sign in to comment.