summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-03-27 10:29:18 +1000
committerEvan Read <eread@gitlab.com>2019-03-27 10:29:18 +1000
commit662f56b4c8683055fc57872f39d92e16e7c89b88 (patch)
tree0a213b5d5f0524e9fe4dff1b516d5732ff3ca61f
parente2d4615a3ee8b62ded9f863596e4a85e417b1942 (diff)
downloadgitlab-ce-docs/restructure-ci-envs-and-deployment.tar.gz
-rw-r--r--doc/ci/environments.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index bcd6f6eb1cb..54493bc2922 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -467,8 +467,6 @@ To retry or rollback a deployment:
NOTE: **Note:**
The defined deployment process in the job's `script` determines whether the rollback succeeds or not.
-To avoid failed deployments being deployed in a production environment, [configure manual actions](#configing-manual-deployments) for production deployments.
-
### Using the environment URL
The [environment URL](yaml/README.md#environmenturl) is exposed in a few
@@ -501,7 +499,7 @@ from source files to public pages on the environment set for Review Apps.
Stopping an environment:
-- Removes it from the list of environments on the [**Environments** page](#viewing-environments-and-deployments).
+- Moves it from the list of **Available** environments to the list of **Stopped** environments on the [**Environments** page](#viewing-environments-and-deployments).
- Executes an [`on_stop` action](yaml/README.md#environmenton_stop), if defined.
This is often used when multiple developers are working on a project at the same time,