Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Penna <mpenna@gitlab.com>2019-09-10 03:18:27 +0300
committerEvan Read <eread@gitlab.com>2019-09-10 03:18:27 +0300
commit6dd3309aa135a6738521a242f4a6944f003ebdc9 (patch)
tree7ecaddc6ed837dc2594bc7afae27d01b0020d225
parent638752b8a4f14a2979f2c3e39061c7dcf66961d0 (diff)
Docs: Corrected CI to CD in introduction
-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.