capistrano / rails

Official Ruby on Rails specific tasks for Capistrano
http://www.capistranorb.com/
MIT License
870 stars 269 forks source link

Can't deploy to staging #198

Closed neumachen closed 7 years ago

neumachen commented 7 years ago

No matter what I do it's always deploying to production. I have set rails_env and no avail. Even my puma process is running in production.

Any thoughts?

mattbrictson commented 7 years ago

Hi, I know you are stuck but GitHub is not the right forum for these types of questions. Could you take your question to Stack Overflow? I also suggest running cap staging doctor for additional information that will help you troubleshoot.


GitHub issues are for feature requests or bug reports. Since this is more of a how-to question, I am closing this issue. The Capistrano team recommends you use Stack Overflow for general questions. For more details, please see our contribution policy.

neumachen commented 7 years ago

Thanks for the reply. I figured it out actually, I simply used a string instead of a symbol when setting the rails_env.