Skip to content

Commit

Permalink
Keep logs in one place
Browse files Browse the repository at this point in the history
  • Loading branch information
Undo1 committed Jun 9, 2017
1 parent fff4088 commit 69973f4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,9 @@
)

# Default value for linked_dirs is []
# set :linked_dirs, fetch(:linked_dirs, []).push(
# 'log',
# 'tmp/pids',
# 'tmp/cache',
# 'tmp/sockets',
# 'vendor/bundle',
# 'public/system'
# )
set :linked_dirs, fetch(:linked_dirs, []).push(
'log'
)

# Default value for default_env is {}
# set :default_env, { path: '/opt/ruby/bin:$PATH' }
Expand Down

0 comments on commit 69973f4

Please sign in to comment.