Commit 31ed2898 authored by Evan Read's avatar Evan Read

Merge branch 'docs-cng-minor-add' into 'master'

Docs: Add deploy service requirement

See merge request gitlab-org/gitlab!16686
parents 065304dd e684d1af
...@@ -49,6 +49,7 @@ Configuring environments involves: ...@@ -49,6 +49,7 @@ Configuring environments involves:
1. Understanding how [pipelines](pipelines.md) work. 1. Understanding how [pipelines](pipelines.md) work.
1. Defining environments in your project's [`.gitlab-ci.yml`](yaml/README.md) file. 1. Defining environments in your project's [`.gitlab-ci.yml`](yaml/README.md) file.
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 The rest of this section illustrates how to configure environments and deployments using
an example scenario. It assumes you have already: an example scenario. It assumes you have already:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment