Disable the Capistrano Stats Prompt Manually.
Since not every build tool uses a non-tty method of deployment, the Capistrano deploy will fail. This behaviour is undocumented at the moment, and requires a manual workaround. This post details how to disable the prompt, as well as how this could be found. I think this is one of the biggest advantages of open source, the ability to look through the source code to find answers to you problems.
Post a comment