From 2aa4e5f3fab6e0625f5f52f84518d16f23c69346 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 16 Jun 2010 22:39:13 +0200 Subject: pdoc tasks publishe APIs in api.rubyonrails.org --- activesupport/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/Rakefile') diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 0013957d05..2aebe05de2 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -49,5 +49,5 @@ end desc "Publish the API documentation" task :pdoc => [:rdoc] do require 'rake/contrib/sshpublisher' - Rake::SshDirPublisher.new("wrath.rubyonrails.org", "public_html/as", "doc").upload + Rake::SshDirPublisher.new("rails@api.rubyonrails.org", "public_html/as", "doc").upload end -- cgit v1.2.3