Save Capistrano output on deploy
If you ever wanted your Capistrano output saved in case you need it, here’s a few lines of code that will fit nicely in your deploy.rb.
If you ever wanted your Capistrano output saved in case you need it, here’s a few lines of code that will fit nicely in your deploy.rb.
Comments
You can also add a –logger to your capistrano cmd :)
Post a comment