twingly / capistrano-twingly

:bookmark_tabs: Capistrano tasks used at Twingly

Home Page:https://rubygems.org/gems/capistrano-twingly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foreman isn't defined as an dependency

dentarg opened this issue · comments

The Upstart tasks uses foreman export:

sudo fetch(:chruby_exec), "#{fetch(:chruby_ruby)} -- #{fetch(:bundle_binstubs)}/foreman export upstart /etc/init -a #{fetch(:application)} -u \`whoami\` -l #{shared_path}/log"

I think it's pure luck that all of our projects already have foreman in their Gemfiles :)

I think it's pure luck that all of our projects already have foreman in their Gemfiles :)

Though I don't think there is any project that has a reason to have it, besides making capistrano-twingly work.

I guess we missed it when we extracted the capistrano tasks to a gem.