-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unicorn not starting when using mina #272
Comments
Facing exactly same issue $ mina unicorn:start
-----> Loading environment
-----> Loading rbenv
-----> Starting Unicorn...
/home/project/www/releases/2 not found
Connection to xxx.xxx.xxx.xxx closed.
! Command failed.
Failed with status 2560 |
Ok, i figured it. Mina-unicorn relies on bundle_config variable https://github.com/openteam/mina-unicorn/blob/master/lib/mina/unicorn/utility.rb#L78 It is not defined neither in mina, nor in mina-unicorn. |
fixed the issue by modifying config/deploy.rb
to
|
Mina does not have unicorn support out of the box. |
When I run mina unicorn:start, I get an error: /home/deployer/xxx-api/releases/7 not found . I am certain that directory exists on the server. Can you kindly take a look to know if it is a problem with mina or mina-unicorn.
The text was updated successfully, but these errors were encountered: