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 858b1a7 commit a8afae4Copy full SHA for a8afae4
deployment/platformsh.rst
@@ -69,9 +69,9 @@ Platform.sh how to deploy your application (read more about
69
hooks:
70
build: |
71
rm web/app_dev.php
72
- bin/console --env=prod assetic:dump --no-debug
+ php bin/console --env=prod assetic:dump --no-debug
73
deploy: |
74
- bin/console --env=prod cache:clear
+ php bin/console --env=prod cache:clear
75
76
For best practices, you should also add a ``.platform`` folder at the root of
77
your Git repository which contains the following files:
0 commit comments