Jump To …

tasks.rb

Recap provides a number of capistrano tasks to aid with deployment. The core functionality is found in the tasks for deployment and those for altering environment variables.

Supporting these are preflight checks to ensure servers and users are correctly setup, and the bootstrap tasks that help do this setting up.

In addition, there are extensions for bundler, foreman, and rails that add extra functionality to the standard deploy.

Finally, while there’s no explicit support, it’s still very easy to use recap for multistage deployments.

require 'recap'

module Recap::Tasks
end