add symlink for conf file handled by ansible
This commit is contained in:
parent
c1a01f30dd
commit
c54fea3ead
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ set :shared_paths, [
|
|||
"config/environments/#{ENV['to']}.rb",
|
||||
"config/initializers/token.rb",
|
||||
"config/unicorn.rb",
|
||||
"config/initializers/raven.rb"
|
||||
"config/initializers/raven.rb",
|
||||
'config/france_connect.yml'
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue