This document discusses using Capistrano and Magento 2 Capistrano to automate deployments of Magento 2 projects. Capistrano is a framework that allows deploying code automatically through SSH. Magento 2 Capistrano provides tasks to deploy Magento 2 projects using Capistrano. The document covers installing and configuring Capistrano, customizing deployment tasks, and deploying to multiple servers. It also addresses questions about config files and restarting PHP-FPM.