File tree 1 file changed +4
-4
lines changed
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
8
8
9
9
.. note ::
10
10
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
12
12
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.
14
14
15
15
.. _symfony2-deployment-basics :
16
16
@@ -31,8 +31,8 @@ A deployment may also include other tasks, such as:
31
31
repository;
32
32
* Creating a temporary staging area to build your updated setup "offline";
33
33
* 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;
36
36
* Clearing of external cache systems (like `Memcached `_ or `Redis `_).
37
37
38
38
How to Deploy a Symfony Application
You can’t perform that action at this time.
0 commit comments