deployer/docs/recipe/cakephp.md
2021-10-18 18:29:14 +02:00

1.5 KiB

cakephp

Source

Configuration

shared_dirs

Source

Overrides shared_dirs from recipe/deploy/shared.php.

CakePHP 4 Project Template shared dirs

[
    'logs',
    'tmp',
]

shared_files

Source

Overrides shared_files from recipe/deploy/shared.php.

CakePHP 4 Project Template shared files

[
    'config/.env',
    'config/app.php',
]

Tasks

deploy:init

Source

Create plugins' symlinks

deploy:run_migrations

Source

Run migrations

deploy

Source

Main task

This task is group task which contains next tasks: