@@ -46,7 +46,7 @@ Basic File Transfer
46
46
The most basic way of deploying an application is copying the files manually
47
47
via FTP/SCP (or similar method). This has its disadvantages as you lack control
48
48
over the system as the upgrade progresses. This method also requires you
49
- to take some manual steps after transferring the files (see `Common Pre-Post- Deployment Tasks `_)
49
+ to take some manual steps after transferring the files (see `Common Deployment Tasks `_)
50
50
51
51
Using Source Control
52
52
~~~~~~~~~~~~~~~~~~~~
@@ -58,7 +58,7 @@ system. When using Git, a common approach is to create a tag for each release
58
58
and check out the appropriate tag on deployment (see `Git Tagging `_).
59
59
60
60
This makes updating your files *easier *, but you still need to worry about
61
- manually taking other steps (see `Common Pre-Post- Deployment Tasks `_).
61
+ manually taking other steps (see `Common Deployment Tasks `_).
62
62
63
63
Using Platforms as a Service
64
64
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -103,11 +103,13 @@ specifically tailored to the requirements of Symfony.
103
103
`Symfony plugin `_ is a plugin to ease Symfony related tasks, inspired by `Capifony `_
104
104
(which works only with Capistrano 2).
105
105
106
- Common Pre-Post-Deployment Tasks
107
- --------------------------------
106
+ .. _common-post-deployment-tasks :
108
107
109
- Before and after deploying your actual source code, there are a number of common things
110
- you'll need to do:
108
+ Common Deployment Tasks
109
+ -----------------------
110
+
111
+ Before and after deploying your actual source code, there are a number of common
112
+ things you'll need to do:
111
113
112
114
A) Check Requirements
113
115
~~~~~~~~~~~~~~~~~~~~~
@@ -237,7 +239,7 @@ are simple and more complex tools and one can make the deployment as easy
237
239
238
240
Don't forget that deploying your application also involves updating any dependency
239
241
(typically via Composer), migrating your database, clearing your cache and
240
- other potential things like pushing assets to a CDN (see `Common Pre-Post- Deployment Tasks `_).
242
+ other potential things like pushing assets to a CDN (see `Common Deployment Tasks `_).
241
243
242
244
Troubleshooting
243
245
---------------
0 commit comments