Skip to content

Commit c5012d6

Browse files
committed
minor #5633 Upgrade Platform.sh configuration snippet. (GuGuss)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5633). Discussion ---------- Upgrade Platform.sh configuration snippet. Following a recent Platform.sh upgrade: https://docs.platform.sh/user_guide/reference/upgrade/index.html Commits ------- df0afdd Upgrade Platform.sh configuration snippet.
2 parents c544f05 + df0afdd commit c5012d6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cookbook/deployment/platformsh.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ Platform.sh how to deploy your application (read more about
3737
3838
# The name of this app. Must be unique within a project.
3939
name: myphpproject
40-
41-
# The toolstack used to build the application.
42-
toolstack: "php:symfony"
40+
41+
# The type of the application to build.
42+
type: php:5.6
43+
build:
44+
flavor: symfony
4345
4446
# The relationships of the application with services or other applications.
4547
# The left-hand side is the name of the relationship as it will be exposed

0 commit comments

Comments
 (0)