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
54
54
If you're using source control (e.g. Git or SVN), you can simplify by having
55
55
your live installation also be a copy of your repository. When you're ready
56
56
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 `_).
58
59
59
60
This makes updating your files *easier *, but you still need to worry about
60
61
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
206
207
(typically via Composer), migrating your database, clearing your cache and
207
208
other potential things like pushing assets to a CDN (see `Common Post-Deployment Tasks `_).
208
209
210
+ .. _`Git Tagging` : https://git-scm.com/book/en/v2/Git-Basics-Tagging
209
211
.. _`Capifony` : https://github.com/everzet/capifony
210
212
.. _`Capistrano` : http://capistranorb.com/
211
213
.. _`sf2debpkg` : https://github.com/liip/sf2debpkg
You can’t perform that action at this time.
0 commit comments