capistrano: link robots.txt (#1576)

Related to #1533.
th-downstream
Alex Dunn 8 years ago committed by Eugen
parent de57e481fe
commit 06581631e8

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

Loading…
Cancel
Save