deployer
deployer copied to clipboard
additional settings in yaml config
- Deployer version: 7.3.1
- Deployment OS: ubuntu 22.04
In deploy.php I have next settings: add('shared_files', ['.env']); add('shared_dirs', ['vendor', 'node_modules']); add('writable_dirs', ['bootstrap/cache', 'storage']);
How I can write this to deploy.yaml?
Currently not supported. Will work on adding support for this too.
This seems like a duplicate of https://github.com/deployphp/deployer/issues/2780
Agree, duplicate.