Skip to content

Commit 376c120

Browse files
noniagriconomiejaviereguiluz
authored andcommitted
Update deployment.rst
1 parent 35c288c commit 376c120

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deployment.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Basic File Transfer
4646
The most basic way of deploying an application is copying the files manually
4747
via FTP/SCP (or similar method). This has its disadvantages as you lack control
4848
over the system as the upgrade progresses. This method also requires you
49-
to take some manual steps after transferring the files (see `Common Post-Deployment Tasks`_)
49+
to take some manual steps after transferring the files (see `Common Pre-Post-Deployment Tasks`_)
5050

5151
Using Source Control
5252
~~~~~~~~~~~~~~~~~~~~
@@ -58,7 +58,7 @@ system. When using Git, a common approach is to create a tag for each release
5858
and check out the appropriate tag on deployment (see `Git Tagging`_).
5959

6060
This makes updating your files *easier*, but you still need to worry about
61-
manually taking other steps (see `Common Post-Deployment Tasks`_).
61+
manually taking other steps (see `Common Pre-Post-Deployment Tasks`_).
6262

6363
Using Platforms as a Service
6464
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -101,10 +101,10 @@ specifically tailored to the requirements of Symfony.
101101
`Symfony plugin`_ is a plugin to ease Symfony related tasks, inspired by `Capifony`_
102102
(which works only with Capistrano 2).
103103

104-
Common Post-Deployment Tasks
105-
----------------------------
104+
Common Pre-Post-Deployment Tasks
105+
--------------------------------
106106

107-
After deploying your actual source code, there are a number of common things
107+
Before and after deploying your actual source code, there are a number of common things
108108
you'll need to do:
109109

110110
A) Check Requirements
@@ -198,7 +198,7 @@ are simple and more complex tools and one can make the deployment as easy
198198

199199
Don't forget that deploying your application also involves updating any dependency
200200
(typically via Composer), migrating your database, clearing your cache and
201-
other potential things like pushing assets to a CDN (see `Common Post-Deployment Tasks`_).
201+
other potential things like pushing assets to a CDN (see `Common Pre-Post-Deployment Tasks`_).
202202

203203
Troubleshooting
204204
---------------

0 commit comments

Comments
 (0)