Skip to content
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

Check what extracted_pid is not empty #2

Open
wants to merge 2 commits into
base: capistrano3
Choose a base branch
from

Conversation

atipugin
Copy link

If you don't set unicorn_pid directly in deploy.rb, fallback to unicorn_default_pid doesn't work (coz extracted_pid returns empty string and condition passes)

@junwchina
Copy link

I don't know why there is a unicorn -c #{config} to extract the pid file. As I know, all ruby codes run on local machine, the Capistrano just send the bash scripts to remote server to be execute. So i don't think it will work as our expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants