-
Notifications
You must be signed in to change notification settings - Fork 491
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
mina deploy
hangs
#134
Comments
It seems like the problem was caused by persistent ssh connections I enabled in
15 minutes are 900 seconds, and that's nearly the time after which mina finishes the deployment process. Commenting out the |
I have the same issue, but I'd like to keep |
+1 This problem bothers me... |
@scarfacedeb Found a way to disable
in your |
The deployment process hangs from time to time. Usually it happens at the very end, after outputting
Done. Deployed v6
but sometimes it hangs after some error occured in the middle of the process.Subsequent
Ctrl+C
don't help, I just keep gettingMina: SIGINT received again. Force quitting...
over and over again; I have tokill -9
the process.This reproduces on 2 different machines, both of them use oh-my-zsh, rbenv and ruby version 1.9.2 or greater. I would gladly provide a more reproducible environment if I could.
The text was updated successfully, but these errors were encountered: