From: Alex Dunn Date: Wed, 19 Apr 2017 12:28:23 +0000 (-0700) Subject: capistrano: link robots.txt (#1576) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=35bdacba7a1227e69b59d1a6316a775494509824;p=mastodon.git capistrano: link robots.txt (#1576) Related to #1533. --- diff --git a/config/deploy.rb b/config/deploy.rb index b1cade49d..3ea06c1cd 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -10,5 +10,5 @@ set :rbenv_type, :user set :rbenv_ruby, File.read('.ruby-version').strip set :migration_role, :app -append :linked_files, '.env.production' +append :linked_files, '.env.production', 'public/robots.txt' append :linked_dirs, 'vendor/bundle', 'node_modules', 'public/system'