Browse Source

trying one more thing with the rake task auto push

unreleased_contents
B Mathis 15 years ago
parent
commit
eff018e91e
  1. 2
      Rakefile

2
Rakefile

@ -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

Loading…
Cancel
Save