Skip to content

Commit

Permalink
Added GitHub Pages support
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Jul 17, 2009
1 parent 83ab26b commit 12b57d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
timeago.yarp.com
7 changes: 0 additions & 7 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,3 @@
SETTINGS = {
:rsync_server => 'timeago.yarp.com:/var/www/timeago/',
:rsync_options => '-e ssh -avz --delete --exclude=.git'
}

verbose(true) verbose(true)


task :default => :test task :default => :test
Expand All @@ -13,8 +8,6 @@ task :publish do
sh("git checkout master") sh("git checkout master")
sh("git push") sh("git push")
sh("git push --tags") sh("git push --tags")

sh("rsync #{SETTINGS[:rsync_options]} ./ #{SETTINGS[:rsync_server]}")
end end


desc 'Open your default browser with the test page' desc 'Open your default browser with the test page'
Expand Down

0 comments on commit 12b57d3

Please sign in to comment.