diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-01 15:37:47 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-01 15:37:47 +0000 |
commit | d9fb3cc6f5675840ff0886ed197b5a04cacdee6a (patch) | |
tree | 2dfcb2416d66b9d44dca53704d1ac7776c99c4c4 | |
parent | 1dc81e58817854814fa5907705946e1b2268e579 (diff) | |
parent | 17c12a7c7ef357bf9cfe340ab09b9894ee3f9ce1 (diff) |
Merge remote-tracking branch 'openaustralia_github/favicon_deploy' into develop
-rw-r--r-- | config/deploy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 8f0f2c32d..5c7c181c9 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -53,6 +53,7 @@ namespace :deploy do "#{release_path}/config/newrelic.yml" => "#{shared_path}/newrelic.yml", "#{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}/vendor/plugins/acts_as_xapian/xapiandbs" => "#{shared_path}/xapiandbs", |