We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c544f05 commit df0afddCopy full SHA for df0afdd
cookbook/deployment/platformsh.rst
@@ -37,9 +37,11 @@ Platform.sh how to deploy your application (read more about
37
38
# The name of this app. Must be unique within a project.
39
name: myphpproject
40
-
41
- # The toolstack used to build the application.
42
- toolstack: "php:symfony"
+
+ # The type of the application to build.
+ type: php:5.6
43
+ build:
44
+ flavor: symfony
45
46
# The relationships of the application with services or other applications.
47
# The left-hand side is the name of the relationship as it will be exposed
0 commit comments