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.
Support Deployer ❤️
Hello, my name is Anton Medvedev (@antonmedv). I'm the creator of the Deployer.
I maintain this open source project in my spare time.
Supporters on GitHub give me extra motivation to work on the project.