capistrano: link robots.txt (#1576)

Related to #1533.
master
Alex Dunn 7 years ago committed by Eugen
parent 97012487ed
commit 35bdacba7a
  1. 2
      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'

Loading…
Cancel
Save