mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-12-25 17:08:49 -05:00
renamed rake task for github deploy
This commit is contained in:
parent
399fe77f67
commit
34e25551ea
2
Rakefile
2
Rakefile
@ -99,7 +99,7 @@ multitask :deploy_rsync => [:default, :clean_debug] do
|
|||||||
end
|
end
|
||||||
|
|
||||||
desc "generate and deploy website to github user pages"
|
desc "generate and deploy website to github user pages"
|
||||||
multitask :github_user_deploy => [: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("#{github_pages_branch}").checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user