atomic-penguin / cookbook-gitlab-deprecated

Gitlab cookbook
128 stars 84 forks source link

Use the Chef deploy resource #105

Open chewi opened 9 years ago

chewi commented 9 years ago

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.