From a8afae4d48b915c6250854569f9287e85d8ba0b5 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 12 Mar 2019 12:33:29 +0100 Subject: [PATCH] added missing php before bin/console to be consistent throughout the docs --- deployment/platformsh.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/platformsh.rst b/deployment/platformsh.rst index 54b31fd2932..4629d9387bc 100644 --- a/deployment/platformsh.rst +++ b/deployment/platformsh.rst @@ -69,9 +69,9 @@ Platform.sh how to deploy your application (read more about hooks: build: | rm web/app_dev.php - bin/console --env=prod assetic:dump --no-debug + php bin/console --env=prod assetic:dump --no-debug deploy: | - bin/console --env=prod cache:clear + php bin/console --env=prod cache:clear For best practices, you should also add a ``.platform`` folder at the root of your Git repository which contains the following files: