From 376c1204bf227baa5a24c4848ea513f4fa317912 Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Fri, 21 Aug 2020 16:18:25 +0200 Subject: [PATCH] Update deployment.rst --- deployment.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deployment.rst b/deployment.rst index 6a92e4df9b1..583fbca4572 100644 --- a/deployment.rst +++ b/deployment.rst @@ -46,7 +46,7 @@ Basic File Transfer The most basic way of deploying an application is copying the files manually via FTP/SCP (or similar method). This has its disadvantages as you lack control over the system as the upgrade progresses. This method also requires you -to take some manual steps after transferring the files (see `Common Post-Deployment Tasks`_) +to take some manual steps after transferring the files (see `Common Pre-Post-Deployment Tasks`_) Using Source Control ~~~~~~~~~~~~~~~~~~~~ @@ -58,7 +58,7 @@ system. When using Git, a common approach is to create a tag for each release and check out the appropriate tag on deployment (see `Git Tagging`_). This makes updating your files *easier*, but you still need to worry about -manually taking other steps (see `Common Post-Deployment Tasks`_). +manually taking other steps (see `Common Pre-Post-Deployment Tasks`_). Using Platforms as a Service ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -101,10 +101,10 @@ specifically tailored to the requirements of Symfony. `Symfony plugin`_ is a plugin to ease Symfony related tasks, inspired by `Capifony`_ (which works only with Capistrano 2). -Common Post-Deployment Tasks ----------------------------- +Common Pre-Post-Deployment Tasks +-------------------------------- -After deploying your actual source code, there are a number of common things +Before and after deploying your actual source code, there are a number of common things you'll need to do: A) Check Requirements @@ -198,7 +198,7 @@ are simple and more complex tools and one can make the deployment as easy Don't forget that deploying your application also involves updating any dependency (typically via Composer), migrating your database, clearing your cache and -other potential things like pushing assets to a CDN (see `Common Post-Deployment Tasks`_). +other potential things like pushing assets to a CDN (see `Common Pre-Post-Deployment Tasks`_). Troubleshooting ---------------