From b8a87ecf50c82dcc890f6019231cd467a2287690 Mon Sep 17 00:00:00 2001 From: Cynthia Ng Date: Fri, 13 Sep 2019 19:22:40 +0000 Subject: Apply suggestion to config env --- doc/ci/environments.md | 3 +-- 1 file changed, 1 insertion(+), 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: -- cgit v1.2.1