diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-05-19 16:42:47 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-05-19 16:42:47 +0000 |
commit | 6ea6a725c48ffb79e33852d43702c2b5a873b96a (patch) | |
tree | 2615955e58fc6060c9a79fc1c4af23e1f18983e9 /actionmailer/Rakefile | |
parent | bd79a4eb3b20c3e46fd7eaf79162df7429766514 (diff) | |
download | rails-6ea6a725c48ffb79e33852d43702c2b5a873b96a.tar.gz rails-6ea6a725c48ffb79e33852d43702c2b5a873b96a.tar.bz2 rails-6ea6a725c48ffb79e33852d43702c2b5a873b96a.zip |
Push to .org instead
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1310 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/Rakefile')
-rwxr-xr-x | actionmailer/Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile index eb9557f6d8..2c43ee5445 100755 --- a/actionmailer/Rakefile +++ b/actionmailer/Rakefile @@ -73,12 +73,12 @@ end 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 + Rake::SshFilePublisher.new("davidhh@wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload end desc "Publish the API documentation" task :pdoc => [:rdoc] do - Rake::SshDirPublisher.new("davidhh@wrath.rubyonrails.com", "public_html/am", "doc").upload + Rake::SshDirPublisher.new("davidhh@wrath.rubyonrails.org", "public_html/am", "doc").upload end desc "Publish the release files to RubyForge." |