mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
991 B
991 B
Shared Recipe
Configuration
shared_dirs
List of dirs what will be shared between releases. Each release will have symlink to those dirs stored in deploy_path/shared dir.
set('shared_dirs', ['storage']);
shared_files
List of files what will be shared between releases. Each release will have symlink to those files stored in deploy_path/shared dir.
set('shared_files', ['.env']);
Tasks
deploy:shared
Creates symlinks for shared files and dirs.