Open climatecheck opened 11 years ago
I get the same errors, I´ve downgraded to 0.7.1 and it works
If you would write a failing spec for this, and maybe a fix too, that would be awesome. I know RVM issues can be tough, so any help is very much appreciated!
—
Sathya Sekaran Sent from Mailbox for iPhone
On Tue, Sep 10, 2013 at 7:24 PM, Miguel Michelson Martinez notifications@github.com wrote:
I get the same errors, I´ve downgraded to 0.7.1 and it works
Reply to this email directly or view it on GitHub: https://github.com/sosedoff/capistrano-unicorn/issues/59#issuecomment-24209010
I'm trying to get RVM, capistrano and unicorn to place nice together with a multistage setup. I'm currently getting this:
I'm trying not to use sudo or rvmsudo. I've set
unicorn_user = 'staging'
in unicorn.rb. That's the same user as:user
in deploy.rb but I was getting acan't find user for apps
error till I inserted that.Ideas?