summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-09-10 00:18:27 +0000
committerEvan Read <eread@gitlab.com>2019-09-10 00:18:27 +0000
commite6610bac362641585f5e97d8c497f19f49754e8e (patch)
tree7ecaddc6ed837dc2594bc7afae27d01b0020d225
parent638752b8a4f14a2979f2c3e39061c7dcf66961d0 (diff)
parent6dd3309aa135a6738521a242f4a6944f003ebdc9 (diff)
downloadgitlab-ce-e6610bac362641585f5e97d8c497f19f49754e8e.tar.gz
Merge branch 'docs-ci-cd-correct-mpenna20190906' into 'master'
Docs: Corrected CI to CD in introduction Closes #66005 See merge request gitlab-org/gitlab-ce!32787
-rw-r--r--doc/user/project/canary_deployments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/canary_deployments.md b/doc/user/project/canary_deployments.md
index 5068d2757be..d4c8bf0d309 100644
--- a/doc/user/project/canary_deployments.md
+++ b/doc/user/project/canary_deployments.md
@@ -2,7 +2,7 @@
> [Introduced][ee-1659] in [GitLab Premium][eep] 9.1.
-A popular [Continuous Integration](https://en.wikipedia.org/wiki/Continuous_integration)
+A popular [Continuous Deployment](https://en.wikipedia.org/wiki/Continuous_deployment)
strategy, where a small portion of the fleet is updated to the new version of
your application.