Commit e684d1af authored by Cynthia Ng's avatar Cynthia Ng

Add config env requirement

parent 0b623c08
...@@ -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