Added GitHub Pages support

This commit is contained in:
Ryan McGeary 2009-07-17 13:42:41 -04:00
parent 83ab26b4d7
commit 12b57d3f4c
2 changed files with 1 additions and 7 deletions

1
CNAME Normal file
View file

@ -0,0 +1 @@
timeago.yarp.com

View file

@ -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
@ -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'