aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-06-16 22:39:13 +0200
committerXavier Noria <fxn@hashref.com>2010-06-16 22:39:13 +0200
commit2aa4e5f3fab6e0625f5f52f84518d16f23c69346 (patch)
tree744aace5c42860d51ce019524674b3c9b9248ff8 /actionmailer/Rakefile
parent01f3f0dbae3e5ecfd18109a0f2ec37ed0d767a8e (diff)
downloadrails-2aa4e5f3fab6e0625f5f52f84518d16f23c69346.tar.gz
rails-2aa4e5f3fab6e0625f5f52f84518d16f23c69346.tar.bz2
rails-2aa4e5f3fab6e0625f5f52f84518d16f23c69346.zip
pdoc tasks publishe APIs in api.rubyonrails.org
Diffstat (limited to 'actionmailer/Rakefile')
-rw-r--r--actionmailer/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index a25b76f9d6..f20e7ea928 100644
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -54,5 +54,5 @@ end
desc "Publish the API documentation"
task :pdoc => [:rdoc] do
require 'rake/contrib/sshpublisher'
- Rake::SshDirPublisher.new("wrath.rubyonrails.org", "public_html/am", "doc").upload
+ Rake::SshDirPublisher.new("rails@api.rubyonrails.org", "public_html/am", "doc").upload
end