spree / deployment_service_puppet

BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

Load New Gemfile on Rolling Restart #19

Open iloveitaly opened 10 years ago

iloveitaly commented 10 years ago

When bluepill start is run it uses the release folder Gemfile. This means that when bluepill restart is run it is still pointing to the old Gemfile; if extensions were added/updated the restarted unicorn process won't pick it up.

This change forces unicorn to look at the most recent release's Gemfile.

References:

sbounmy commented 10 years ago

+1 :beers: