Skip to content

Commit df0afdd

Browse files
Augustin Delaportexabbuh
Augustin Delaporte
authored andcommitted
Upgrade Platform.sh configuration snippet.
1 parent c544f05 commit df0afdd

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)