You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: