diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-12-11 14:45:39 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-12-11 14:45:39 +0000 |
commit | 38b21c1f091f78adc3cba8bea93467a0adf3bc42 (patch) | |
tree | 57a9e8077237900919467b466c29d9098f290f9e /config/deploy.rb | |
parent | 833b2d1cde3c621199b9e5d6344c299fb38e5fd2 (diff) | |
parent | 2c9288e5cc7eb0209f185018134ec6e3ebb91eda (diff) |
Merge branch 'rails-3-develop' into release/0.16
Diffstat (limited to 'config/deploy.rb')
-rw-r--r-- | config/deploy.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index a0189c855..3a4f175b4 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -55,7 +55,6 @@ namespace :deploy do "#{release_path}/config/aliases" => "#{shared_path}/aliases", "#{release_path}/public/foi-live-creation.png" => "#{shared_path}/foi-live-creation.png", "#{release_path}/public/foi-user-use.png" => "#{shared_path}/foi-user-use.png", - "#{release_path}/public/favicon.ico" => "#{shared_path}/favicon.ico", "#{release_path}/files" => "#{shared_path}/files", "#{release_path}/cache" => "#{shared_path}/cache", "#{release_path}/lib/acts_as_xapian/xapiandbs" => "#{shared_path}/xapiandbs", |