File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ How to Deploy a Symfony Application
88
99.. note ::
1010
11- Deploying can be a complex and varied task depending on the setup and
11+ Deploying can be a complex and varied task depending on the setup and the
1212 requirements of your application. This article is not a step-by-step guide,
13- but a general list of the most common requirements and ideas for deployment.
13+ but is a general list of the most common requirements and ideas for deployment.
1414
1515.. _symfony2-deployment-basics :
1616
@@ -31,8 +31,8 @@ A deployment may also include other tasks, such as:
3131 repository;
3232* Creating a temporary staging area to build your updated setup "offline";
3333* Running any tests available to ensure code and/or server stability;
34- * Removal of any unnecessary files from ``web/ `` directory to keep your production
35- environment clean;
34+ * Removal of any unnecessary files from the ``web/ `` directory to keep your
35+ production environment clean;
3636* Clearing of external cache systems (like `Memcached `_ or `Redis `_).
3737
3838How to Deploy a Symfony Application
You can’t perform that action at this time.
0 commit comments