diff options
author | B Mathis <brandon@imathis.com> | 2009-11-24 17:17:06 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-24 17:17:06 -0600 |
commit | 1e796da9dbdf8b4f001928bc15a09d1d8dead8fe (patch) | |
tree | 549c63a22c2c4c85eefd34f0d7a6a155279a0866 /Rakefile | |
parent | 24246ea8088eb612818c67ca47ddc20484d0bb93 (diff) | |
download | my_new_personal_website-1e796da9dbdf8b4f001928bc15a09d1d8dead8fe.tar.xz my_new_personal_website-1e796da9dbdf8b4f001928bc15a09d1d8dead8fe.zip |
fixed branch name in rakefile
Diffstat (limited to '')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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("#{deploy_branch} origin") + repo.push("#{deploy_branch}") repo.branch("#{source_branch}").checkout end |