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

2.2 KiB

symfony

Source

Configuration

symfony_version

Source

shared_dirs

Source

Overrides shared_dirs from recipe/deploy/shared.php.

[
    'var/log',
    'var/sessions'
]

shared_files

Source

Overrides shared_files from recipe/deploy/shared.php.

[
    '.env.local'
]

writable_dirs

Source

Overrides writable_dirs from recipe/deploy/writable.php.

[
    'var'
]

migrations_config

Source

bin/console

Source

'{{bin/php}} {{release_or_current_path}}/bin/console'

console_options

Source

Tasks

database:migrate

Source

Migrate database.

deploy:cache:clear

Source

Clear cache.

deploy

Source

Deploy project.

This task is group task which contains next tasks: