instride-ch / pimcore-deployer

Pimcore Deployer Script
Other
30 stars 5 forks source link

Added website-settings.php to shared files #1

Closed dlhck closed 6 years ago

dlhck commented 6 years ago

...else the website settings would get lost on every deploy. I think its since Pimcore v5.2.0 or some of v5.1.x

dpfaffenbauer commented 6 years ago

the thing is, when there are no website-settings, deployer creates a empty file and pimcore fails on loading it, as it always expects something like

<?php

return [];

Maybe we could create/change deployers symlink task and add a empty return array for php files?

dlhck commented 6 years ago

Yeah, ran into that issue yesterday! Also we need a task that creates an empty reports.php ( marketing settings)

dpfaffenbauer commented 6 years ago

and extensions.php :D

So, files would be:

Following files should be deployed anyway: