deployer icon indicating copy to clipboard operation
deployer copied to clipboard

additional settings in yaml config

Open asvechkar opened this issue 1 year ago • 2 comments

  • 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?

asvechkar avatar Jun 26 '23 12:06 asvechkar

Currently not supported. Will work on adding support for this too.

antonmedv avatar Jun 26 '23 15:06 antonmedv

This seems like a duplicate of https://github.com/deployphp/deployer/issues/2780

hockdudu avatar Nov 16 '23 15:11 hockdudu

Agree, duplicate.

Schrank avatar Feb 27 '24 09:02 Schrank