summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCynthia Ng <cng@gitlab.com>2019-09-13 19:22:40 +0000
committerCynthia Ng <cng@gitlab.com>2019-09-13 19:22:40 +0000
commitb8a87ecf50c82dcc890f6019231cd467a2287690 (patch)
tree7395ae254e4a610dc7a65e9bd9a97207685888b1
parent09adf8f905228eee10be227216a6f89358205fd5 (diff)
downloadgitlab-ce-docs-cng-minor-add.tar.gz
Apply suggestion to config envdocs-cng-minor-add
-rw-r--r--doc/ci/environments.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index 7ed8bd31982..b41fd7971d6 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -49,8 +49,7 @@ Configuring environments involves:
1. Understanding how [pipelines](pipelines.md) work.
1. Defining environments in your project's [`.gitlab-ci.yml`](yaml/README.md) file.
-1. Setting up somewhere to deploy your application. For example, a
- [Kubernetes cluster](../user/project/clusters/index.md).
+1. Creating a job configured to deploy your application. For example, a deploy job configured with [`environment`](yaml/README.md#environment) to deploy your application to a [Kubernetes cluster](../user/project/clusters/index.md).
The rest of this section illustrates how to configure environments and deployments using
an example scenario. It assumes you have already: