From 662f56b4c8683055fc57872f39d92e16e7c89b88 Mon Sep 17 00:00:00 2001 From: Evan Read Date: Wed, 27 Mar 2019 10:29:18 +1000 Subject: Fixes from review --- doc/ci/environments.md | 4 +--- 1 file changed, 1 insertion(+), 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, -- cgit v1.2.1