mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
4.4 KiB
4.4 KiB
symfony
- Require
- Config
- Tasks
Config
symfony_env
Symfony build set
shared_dirs
- Overrides
shared_dirs
fromrecipe/common.php
Symfony shared dirs
shared_files
- Overrides
shared_files
fromrecipe/common.php
Symfony shared files
writable_dirs
- Overrides
writable_dirs
fromrecipe/deploy/writable.php
Symfony writable dirs
clear_paths
- Overrides
clear_paths
fromrecipe/common.php
Clear paths
assets
Assets
dump_assets
Requires non symfony-core package kriswallsmith/assetic
to be installed
env
- Overrides
env
fromrecipe/common.php
Environment vars
composer_options
- Overrides
composer_options
fromrecipe/deploy/vendors.php
bin_dir
Adding support for the Symfony3 directory structure
var_dir
console_options
Symfony console opts
migrations_config
Migrations configuration file
Tasks
deploy:create_cache_dir
Create cache dir
deploy:assets
Normalize asset timestamps
deploy:assets:install
Install assets from public dir of bundles
deploy:assetic:dump
Dump all assets to the filesystem
deploy:cache:clear
Clear Cache
deploy:cache:warmup
Warm up cache
database:migrate
Migrate database
deploy
Main task
This task is group task which contains next tasks: