Browse Source

capistrano: link robots.txt (#1576)

Related to #1533.
closed-social-glitch-2
Alex Dunn 7 years ago
committed by Eugen
parent
commit
35bdacba7a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/deploy.rb

+ 1
- 1
config/deploy.rb 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'

Loading…
Cancel
Save