Browse Source

fixed branch name in rakefile

unreleased_contents
B Mathis 15 years ago
parent
commit
1e796da9db
  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)} repo.status.deleted.each {|f, s| repo.remove(f)}
message = ENV["MESSAGE"] || "Site updated at #{Time.now.utc}" message = ENV["MESSAGE"] || "Site updated at #{Time.now.utc}"
repo.commit(message) repo.commit(message)
repo.push("#{deploy_branch} origin") repo.push("#{deploy_branch}")
repo.branch("#{source_branch}").checkout repo.branch("#{source_branch}").checkout
end end

Loading…
Cancel
Save