-
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
Cleanup not run after deploy #218
Comments
that's pretty strange, but I'm going to guess this is a problem with SSH or your login shell. can you SSH into the server properly? are you using bash? |
I use zsh. Ssh to server works fine, all other commands work fine |
Any idea how I can solve this? Running cleanup manually in |
I'm doing this manually too... |
I added invoke :'deploy:cleanup' into the deploy.rb script. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I think
mina deploy:cleanup
is supposed to run after a deploy.. however in my case, it is not run automatically. If I invokemina deploy:cleanup
it works correct, but I think I shouldn't be doing this manually.Also right after executing deploy connection is lost (?):
The text was updated successfully, but these errors were encountered: