We could add an option to enable more verbose deploys, to help in debug. Usually when the deploy script breaks, it outputs something like exit status 1.
A possible solution would be check for the presence of a specific environment variable, like TSURU_DEPLOY_DEBUG, to increase the script output details.
We could add an option to enable more verbose deploys, to help in debug. Usually when the deploy script breaks, it outputs something like
exit status 1.A possible solution would be check for the presence of a specific environment variable, like
TSURU_DEPLOY_DEBUG, to increase the script output details.