CI : create specific build for preprod
This commit is contained in:
parent
d9066defce
commit
c6d973e126
4 changed files with 60 additions and 29 deletions
|
|
@ -3,7 +3,7 @@
|
|||
$regenerateSteps = require_once(__DIR__ . '/hooks/page-update--regenerate-project-steps-cache.php');
|
||||
|
||||
return [
|
||||
'debug' => Dir::exists('assets/dist') ? false: true,
|
||||
'debug' => $_SERVER['HTTP_HOST'] !== 'designtopack.groupe-pochet.fr',
|
||||
'cache' => [
|
||||
'pages' => [
|
||||
'active' => true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue