mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
2.5 KiB
2.5 KiB
symfony
- Requires
Configuration
symfony_version
shared_dirs
Overrides shared_dirs from recipe/deploy/shared.php
.
[
'var/log',
]
shared_files
Overrides shared_files from recipe/deploy/shared.php
.
[
'.env.local'
]
writable_dirs
Overrides writable_dirs from recipe/deploy/writable.php
.
[
'var',
'var/cache',
'var/log',
'var/sessions',
]
migrations_config
doctrine_schema_validate_config
bin/console
'{{bin/php}} {{release_or_current_path}}/bin/console'
console_options
Tasks
database:migrate
Migrates database.
doctrine:schema:validate
Validate the Doctrine mapping files.
deploy:cache:clear
Clears cache.
deploy
Deploys project.
This task is group task which contains next tasks: