Shared Recipe
require 'recipe/deploy/shared.php';
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.