From 3d991b8e3638bf35eddee317b4a75b6307f4e841 Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Fri, 21 Aug 2020 16:29:09 +0200 Subject: [PATCH 1/5] Update deployment.rst --- deployment.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deployment.rst b/deployment.rst index b594338b8bd..6d074cdace2 100644 --- a/deployment.rst +++ b/deployment.rst @@ -167,6 +167,16 @@ as you normally do: using :ref:`Symfony Flex `) before running this command so that the ``post-install-cmd`` scripts run in the ``prod`` environment. +.. tip:: + + To improve performance and you have Symfony Flex 1.2 or later, you may + leverage a (feature)[https://symfony.com/doc/4.4/configuration.html#configuring-environment-variables-in-production] + that dumps your environments variables into flat file: + +.. code-block:: terminal + + $ composer dump-env prod + D) Clear your Symfony Cache ~~~~~~~~~~~~~~~~~~~~~~~~~~~ From c5e684f2a49da07d10336a004604392891c27989 Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Mon, 5 Oct 2020 19:25:42 +0200 Subject: [PATCH 2/5] Update deployment.rst --- deployment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment.rst b/deployment.rst index 6d074cdace2..3d015c787eb 100644 --- a/deployment.rst +++ b/deployment.rst @@ -169,9 +169,9 @@ as you normally do: .. tip:: - To improve performance and you have Symfony Flex 1.2 or later, you may + To improve performance and if you have Symfony Flex 1.2 or later installed, you may leverage a (feature)[https://symfony.com/doc/4.4/configuration.html#configuring-environment-variables-in-production] - that dumps your environments variables into flat file: + that dumps your environments variables into a flat file: .. code-block:: terminal From a2eb10accf26eecb46126dacc53494cdccd0b8a1 Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Tue, 6 Oct 2020 14:45:19 +0200 Subject: [PATCH 3/5] Update deployment.rst --- deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.rst b/deployment.rst index 3d015c787eb..849f81f6576 100644 --- a/deployment.rst +++ b/deployment.rst @@ -175,7 +175,7 @@ as you normally do: .. code-block:: terminal - $ composer dump-env prod + $ composer dump-env prod D) Clear your Symfony Cache ~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 2ce92ab492f5512c13c7ad82b54e8c45783f565a Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Fri, 9 Oct 2020 12:42:21 +0200 Subject: [PATCH 4/5] Update deployment.rst --- deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.rst b/deployment.rst index 849f81f6576..3524978c3f3 100644 --- a/deployment.rst +++ b/deployment.rst @@ -173,7 +173,7 @@ as you normally do: leverage a (feature)[https://symfony.com/doc/4.4/configuration.html#configuring-environment-variables-in-production] that dumps your environments variables into a flat file: -.. code-block:: terminal + .. code-block:: terminal $ composer dump-env prod From e87d72e4bf16eb4f9e04f47abaa1e3abd72b140d Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Tue, 13 Oct 2020 14:05:56 +0200 Subject: [PATCH 5/5] Update deployment.rst --- deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.rst b/deployment.rst index 3524978c3f3..03a5957ba73 100644 --- a/deployment.rst +++ b/deployment.rst @@ -170,7 +170,7 @@ as you normally do: .. tip:: To improve performance and if you have Symfony Flex 1.2 or later installed, you may - leverage a (feature)[https://symfony.com/doc/4.4/configuration.html#configuring-environment-variables-in-production] + leverage this :ref:`feature ` that dumps your environments variables into a flat file: .. code-block:: terminal