mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
1.5 KiB
1.5 KiB
cakephp
- Requires
Configuration
shared_dirs
Overrides shared_dirs from recipe/deploy/shared.php
.
CakePHP 4 Project Template shared dirs
[
'logs',
'tmp',
]
shared_files
Overrides shared_files from recipe/deploy/shared.php
.
CakePHP 4 Project Template shared files
[
'config/.env',
'config/app.php',
]
Tasks
deploy:init
Create plugins' symlinks
deploy:run_migrations
Run migrations
deploy
Main task
This task is group task which contains next tasks: