diff --git a/config/deploy.rb b/config/deploy.rb index e348c8e9..8ff933e9 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -8,4 +8,4 @@ set :rbenv_ruby, File.read('.ruby-version').strip set :migration_role, :app append :linked_files, '.env.production' -append :linked_dirs, 'vendor/bundle', 'node_modules', 'public/system', 'tmp/cache' +append :linked_dirs, 'vendor/bundle', 'public/system'