mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
fixed source_branch variable name in github deploy script
This commit is contained in:
2
Rakefile
2
Rakefile
@ -102,7 +102,7 @@ desc "generate and deploy website to github user pages"
|
||||
multitask :deploy_github => [:default, :clean_debug] do
|
||||
require 'git'
|
||||
repo = Git.open('.')
|
||||
repo.branch("#{github_pages_branch}").checkout
|
||||
repo.branch("#{deploy_branch}").checkout
|
||||
(Dir["*"] - ["#{site}/*"]).each { |f| rm_rf(f) }
|
||||
Dir["#{site}/*"].each {|f| mv(f, ".")}
|
||||
rm_rf("#{site}/*")
|
||||
|
||||
Reference in New Issue
Block a user