The Chef deploy resource is inspired by Capistrano and would allow us to continually upgrade by just performing another Chef run. It would take care of running bundle install, rake assets:precompile, and rake db:migrate. This approach is successfully used by the Errbit cookbook. Please see my fork for the best example.
The Chef deploy resource is inspired by Capistrano and would allow us to continually upgrade by just performing another Chef run. It would take care of running
bundle install
,rake assets:precompile
, andrake db:migrate
. This approach is successfully used by the Errbit cookbook. Please see my fork for the best example.