Skip to content

Commit

Permalink
修改域名
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxh committed Nov 23, 2012
1 parent 1bc8c60 commit 5bf2171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -4,7 +4,7 @@ require "bundler/setup"
require "stringex"

github_origin = 'git@github.com:mangege/mangege.github.com.git'
domain = 'mangege.com'
domain = 'blog.mangege.com'

task :default => [:deploy]

Expand All @@ -14,7 +14,7 @@ task :deploy do
system 'rm -rf _site'
system 'jekyll --redcarpet'
cd '_site' do
# system "echo -n #{domain} > CNAME"
system "echo -n #{domain} > CNAME"
system "git init"
system "git add ."
system "git commit -m 'site update #{Time.now}'"
Expand Down

0 comments on commit 5bf2171

Please sign in to comment.