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
I'm not sure if I missed something but if I run bundle exec cap production unicorn:start it fails because rails_env is not set. With bundle exec cap production deploy:set_rails_env unicorn:start it works as expected.
I'm not sure if I missed something but if I run
bundle exec cap production unicorn:startit fails becauserails_envis not set. Withbundle exec cap production deploy:set_rails_env unicorn:startit works as expected.