mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
984 B
984 B
shared
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.