Enable env file on deploy

This commit is contained in:
Paul Chavard 2018-08-16 11:34:17 +02:00
parent b018984167
commit c95bd2d180

View file

@ -45,6 +45,7 @@ set :rails_env, ENV["to"]
# Manually create these paths in shared/ (eg: shared/config/database.yml) in your server.
# They will be linked in the 'deploy:link_shared_paths' step.
set :shared_paths, [
'.env',
'log',
'uploads',
'tmp/pids',