Merge pull request #2406 from tchak/enable-env-file

Enable env file on deploy
This commit is contained in:
Paul Chavard 2018-08-16 10:26:00 +00:00 committed by GitHub
commit 2977e4af10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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',