docs/recipe/yii.md
require 'recipe/yii.php';
Deployer is a free and open source deployment tool written in PHP. It helps you to deploy your Yii2 application to a server. It is very easy to use and has a lot of features.
Three main features of Deployer are:
Additionally, Deployer has a lot of other features, like:
You can read more about Deployer in Getting Started.
The deploy task of Yii2 consists of:
The yii recipe is based on the common recipe.
Overrides shared_dirs from recipe/deploy/shared.php.
Yii shared dirs
['runtime']
Overrides writable_dirs from recipe/deploy/writable.php.
Yii writable dirs
['runtime']
Runs Yii2 migrations for your project.
Deploys your project.
Main task
This task is group task which contains next tasks: