mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
2.2 KiB
2.2 KiB
symfony
- Requires
Configuration
symfony_version
shared_dirs
Overrides shared_dirs from recipe/deploy/shared.php
.
[
'var/log',
'var/sessions'
]
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: