mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
* Remove var/sessions as a default shared dir in the Symfony recipe * Update docs for Symfony recipe * Update line numbers in docs
2.1 KiB
2.1 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'
]
migrations_config
bin/console
'{{bin/php}} {{release_or_current_path}}/bin/console'
console_options
Tasks
database:migrate
Migrate database.
deploy:cache:clear
Clear cache.
deploy
Deploy project.
This task is group task which contains next tasks: