File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ Using Source Control
5454If you're using source control (e.g. Git or SVN), you can simplify by having
5555your live installation also be a copy of your repository. When you're ready
5656to 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
5960This makes updating your files *easier *, but you still need to worry about
6061manually 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
207208other 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
You can’t perform that action at this time.
0 commit comments