magedeploy2 icon indicating copy to clipboard operation
magedeploy2 copied to clipboard

Magento2 Deployment with Deployer

Results 1 magedeploy2 issues
Sort by recently updated
recently updated
newest added

Hi Matthias, I was wondering, since Magento changed it's way of using var/generation I'd like to suggest to use: ``` 'clean_dirs' => explode(',',getenv('CLEAN_DIRS')) ?: [ 'var/cache', 'var/di', 'var/generation', ], ```...