aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice/Rakefile')
-rw-r--r--actionwebservice/Rakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionwebservice/Rakefile b/actionwebservice/Rakefile
index 6a470792e9..a524a41a26 100644
--- a/actionwebservice/Rakefile
+++ b/actionwebservice/Rakefile
@@ -86,14 +86,14 @@ end
# Publish beta gem
desc "Publish the API documentation"
task :pgem => [:package] do
- Rake::SshFilePublisher.new("davidhh@wrath.rubyonrails.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
- `ssh davidhh@wrath.rubyonrails.com './gemupdate.sh'`
+ Rake::SshFilePublisher.new("davidhh@wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ `ssh davidhh@wrath.rubyonrails.org './gemupdate.sh'`
end
# Publish documentation
desc "Publish the API documentation"
task :pdoc => [:rdoc] do
- Rake::SshDirPublisher.new("davidhh@wrath.rubyonrails.com", "public_html/aws", "doc").upload
+ Rake::SshDirPublisher.new("davidhh@wrath.rubyonrails.org", "public_html/aws", "doc").upload
end