deployer/docs/recipe/symfony.md
2022-03-03 20:39:51 +00:00

2.5 KiB

symfony

Source

Configuration

symfony_version

Source

shared_dirs

Source

Overrides shared_dirs from recipe/deploy/shared.php.

[
    'var/log',
]

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',
    'var/cache', 
    'var/log', 
    'var/sessions',
]

migrations_config

Source

doctrine_schema_validate_config

Source

bin/console

Source

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

console_options

Source

Tasks

database:migrate

Source

Migrates database.

doctrine:schema:validate

Source

Validate the Doctrine mapping files.

deploy:cache:clear

Source

Clears cache.

deploy

Source

Deploys project.

This task is group task which contains next tasks: