logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 35bdacba7a1227e69b59d1a6316a775494509824
parent: 97012487ed4bbc7cbba214bf63c56260887c589d
Author: Alex Dunn <dunn.alex@gmail.com>
Date:   Wed, 19 Apr 2017 05:28:23 -0700

capistrano: link robots.txt (#1576)

Related to #1533.

Diffstat:

Mconfig/deploy.rb2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/deploy.rb b/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'