Skip to content

Commit

Permalink
Merge pull request #56 from sagikazarmark/patch-2
Browse files Browse the repository at this point in the history
Specify parameters.yml location
  • Loading branch information
Nyholm authored Mar 5, 2018
2 parents 32f3704 + 45a6cc6 commit 29fbe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/symfony/defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#
# Capistrano defaults
#
set :linked_files, []
set :linked_files, -> { [fetch(:app_config_path) + "/parameters.yml"] }
set :linked_dirs, -> { [fetch(:log_path)] }

#
Expand Down

0 comments on commit 29fbe4f

Please sign in to comment.