Skip to content

Commit

Permalink
Merge pull request #93 from curationexperts/deploy_fix
Browse files Browse the repository at this point in the history
Required config change so passenger restart will work on CentOS
  • Loading branch information
bess committed May 2, 2018
2 parents d807e80 + 03e15d3 commit aa78063
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 aa78063

Please sign in to comment.