capistrano: link robots.txt (#1576)

Related to #1533.
This commit is contained in:
Alex Dunn 2017-04-19 05:28:23 -07:00 committed by Eugen
parent 97012487ed
commit 35bdacba7a
1 changed files with 1 additions and 1 deletions

View File

@ -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'