diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-30 00:26:14 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-30 00:26:14 +0000 |
commit | 26b7cb75067236bc4145d3e4e74833430cbe61fb (patch) | |
tree | 416bee5ca77f1edd912bfda8107b0af7cf38359e /actionmailer/Rakefile | |
parent | 3d691ab3904f59c977c18288f55114951a21bb0f (diff) | |
download | rails-26b7cb75067236bc4145d3e4e74833430cbe61fb.tar.gz rails-26b7cb75067236bc4145d3e4e74833430cbe61fb.tar.bz2 rails-26b7cb75067236bc4145d3e4e74833430cbe61fb.zip |
Updated Rakefiles for the server move
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@283 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 a4ef1a94cb..ac3c25766d 100755 --- a/actionmailer/Rakefile +++ b/actionmailer/Rakefile @@ -72,13 +72,13 @@ end # Publish beta gem desc "Publish the API documentation" task :pgem => [:package] do - Rake::SshFilePublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload + Rake::SshFilePublisher.new("davidhh@comox.textdrive.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload end # Publish documentation desc "Publish the API documentation" task :pdoc => [:rdoc] do - Rake::SshDirPublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/am", "doc").upload + Rake::SshDirPublisher.new("davidhh@comox.textdrive.com", "public_html/am", "doc").upload end desc "Publish to RubyForge" |