We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a7290 commit 9dcf995Copy full SHA for 9dcf995
lib/capistrano/symfony/defaults.rb
@@ -32,7 +32,7 @@
32
# Capistrano defaults
33
#
34
set :linked_files, []
35
-set :linked_dirs, -> { [fetch(:log_path), fetch(:web_path) + "/uploads"] }
+set :linked_dirs, -> { [fetch(:log_path)] }
36
37
38
# Configure capistrano/file-permissions defaults
0 commit comments