chore: adjust ddev config to run TYPO3 10 and 11 in parallel
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
name: ep-reisen
|
name: ep-reisen-10
|
||||||
type: typo3
|
type: typo3
|
||||||
docroot: public
|
docroot: public
|
||||||
php_version: "7.4"
|
php_version: "7.4"
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ baseVariants:
|
|||||||
-
|
-
|
||||||
base: 'https://ep-reisen.ddev.site'
|
base: 'https://ep-reisen.ddev.site'
|
||||||
condition: 'applicationContext == "Development"'
|
condition: 'applicationContext == "Development"'
|
||||||
|
-
|
||||||
|
base: 'https://ep-reisen-10.ddev.site'
|
||||||
|
condition: 'applicationContext == "Development"'
|
||||||
-
|
-
|
||||||
base: 'https://schnee-event.ddev.site'
|
base: 'https://schnee-event.ddev.site'
|
||||||
condition: 'applicationContext == "Development/Skimax"'
|
condition: 'applicationContext == "Development/Skimax"'
|
||||||
|
|||||||
Reference in New Issue
Block a user