Skip to content
Snippets Groups Projects
Commit 35bdacba authored by Alex Dunn's avatar Alex Dunn Committed by Eugen
Browse files

capistrano: link robots.txt (#1576)

Related to #1533.
parent 97012487
No related branches found
No related tags found
No related merge requests found
......@@ -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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment