Skip to content

Commit

Permalink
Required config change so passenger restart will work on CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed May 2, 2018
1 parent d807e80 commit 03e15d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
set :bundle_env_variables, nokogiri_use_system_libraries: 1

set :keep_releases, 5
set :passenger_restart_with_touch, true
set :assets_prefix, "#{shared_path}/public/assets"

SSHKit.config.command_map[:rake] = 'bundle exec rake'
Expand Down

0 comments on commit 03e15d3

Please sign in to comment.