Skip to content

Commit 01291bc

Browse files
jepsterxabbuh
authored andcommitted
Update deployment.rst
1 parent 7fa7110 commit 01291bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deployment.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ Using Source Control
5454
If you're using source control (e.g. Git or SVN), you can simplify by having
5555
your live installation also be a copy of your repository. When you're ready
5656
to upgrade it is as simple as fetching the latest updates from your source
57-
control system.
57+
control system. A common approach for this in Git is, to tag your release and
58+
check out the Git tag on deployment (see `Git Tagging`_).
5859

5960
This makes updating your files *easier*, but you still need to worry about
6061
manually taking other steps (see `Common Post-Deployment Tasks`_).
@@ -206,6 +207,7 @@ Don't forget that deploying your application also involves updating any dependen
206207
(typically via Composer), migrating your database, clearing your cache and
207208
other potential things like pushing assets to a CDN (see `Common Post-Deployment Tasks`_).
208209

210+
.. _`Git Tagging`: https://git-scm.com/book/en/v2/Git-Basics-Tagging
209211
.. _`Capifony`: https://github.com/everzet/capifony
210212
.. _`Capistrano`: http://capistranorb.com/
211213
.. _`sf2debpkg`: https://github.com/liip/sf2debpkg

0 commit comments

Comments
 (0)