mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-09 23:50:54 +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
|
multitask :deploy_github => [:default, :clean_debug] do
|
||||||
require 'git'
|
require 'git'
|
||||||
repo = Git.open('.')
|
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| rm_rf(f) }
|
||||||
Dir["#{site}/*"].each {|f| mv(f, ".")}
|
Dir["#{site}/*"].each {|f| mv(f, ".")}
|
||||||
rm_rf("#{site}/*")
|
rm_rf("#{site}/*")
|
||||||
|
|||||||
Reference in New Issue
Block a user