diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-27 09:09:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-27 09:09:01 +0000 |
commit | c72e5ebe9938d315ec598197873e71a80168d40a (patch) | |
tree | 439bf5c40aaf774e5a301825af517cb52726f450 /doc/ci/environments.md | |
parent | ffc43b862df32a590eae874bcbb11109b46dc8be (diff) | |
download | gitlab-ce-c72e5ebe9938d315ec598197873e71a80168d40a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r-- | doc/ci/environments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 65dc65f23f5..166ed9b4571 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -118,7 +118,7 @@ NOTE: **Note:** The `environment` keyword defines where the app is deployed. The environment `name` and `url` is exposed in various places within GitLab. Each time a job that has an environment specified -succeeds, a deployment is recorded, along with the Git SHA and environment name. +succeeds, a deployment is recorded, along with the Git SHA, and environment name. CAUTION: **Caution**: Some characters are not allowed in environment names. Use only letters, |