capistrano Capistrano 3 - How to run a custom rake task on the server Here is a little nice task to put in your /lib/capistrano/tasks folder. This will allow you to run any rake task on the server. desc "Run rake task on server&