diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-09-24 10:41:54 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-09-24 10:41:54 +0100 |
commit | 034e373ad87ec347ae64c0aa5fc42ca204055b2e (patch) | |
tree | 08f54019ab5494169a0bc42116219ae0dea6b7f8 | |
parent | a9e9629c0e3da3aa5694b75391d8cb040c03c4cc (diff) | |
parent | 91e523d034bd249a57103722e966bca937100464 (diff) |
Merge remote-tracking branch 'henare_github/symlink-charts' into develop
-rw-r--r-- | config/deploy.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index e0507be2c..f82379df0 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -49,6 +49,8 @@ namespace :deploy do "#{release_path}/config/database.yml" => "#{shared_path}/database.yml", "#{release_path}/config/general.yml" => "#{shared_path}/general.yml", "#{release_path}/config/rails_env.rb" => "#{shared_path}/rails_env.rb", + "#{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}/files" => "#{shared_path}/files", "#{release_path}/cache" => "#{shared_path}/cache", "#{release_path}/vendor/plugins/acts_as_xapian/xapiandbs" => "#{shared_path}/xapiandbs", |