Skip to content

Commit 6d1c20e

Browse files
authored
Add platform.sh migration writeable mount (#7)
1 parent a47d8b1 commit 6d1c20e

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

resources/platformsh/ibexa-commerce/3.3.x-dev/.platform.app.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ mounts:
103103
'public/var':
104104
source: local
105105
source_path: var
106+
'src/Migrations/Ibexa':
107+
source: local
108+
source_path: migrations
106109
'config/graphql/types/ezplatform':
107110
source: local
108111
source_path: graphql_types

resources/platformsh/ibexa-commerce/3.3/.platform.app.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ mounts:
103103
'public/var':
104104
source: local
105105
source_path: var
106+
'src/Migrations/Ibexa':
107+
source: local
108+
source_path: migrations
106109
'config/graphql/types/ezplatform':
107110
source: local
108111
source_path: graphql_types

resources/platformsh/ibexa-content/3.3.x-dev/.platform.app.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ mounts:
103103
'public/var':
104104
source: local
105105
source_path: var
106+
'src/Migrations/Ibexa':
107+
source: local
108+
source_path: migrations
106109
'config/graphql/types/ezplatform':
107110
source: local
108111
source_path: graphql_types

resources/platformsh/ibexa-content/3.3/.platform.app.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ mounts:
103103
'public/var':
104104
source: local
105105
source_path: var
106+
'src/Migrations/Ibexa':
107+
source: local
108+
source_path: migrations
106109
'config/graphql/types/ezplatform':
107110
source: local
108111
source_path: graphql_types

resources/platformsh/ibexa-experience/3.3.x-dev/.platform.app.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ mounts:
103103
'public/var':
104104
source: local
105105
source_path: var
106+
'src/Migrations/Ibexa':
107+
source: local
108+
source_path: migrations
106109
'config/graphql/types/ezplatform':
107110
source: local
108111
source_path: graphql_types

resources/platformsh/ibexa-experience/3.3/.platform.app.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ mounts:
103103
'public/var':
104104
source: local
105105
source_path: var
106+
'src/Migrations/Ibexa':
107+
source: local
108+
source_path: migrations
106109
'config/graphql/types/ezplatform':
107110
source: local
108111
source_path: graphql_types

0 commit comments

Comments
 (0)