summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pundsack <markpundsack@users.noreply.github.com>2016-06-16 17:39:17 -0700
committerMark Pundsack <markpundsack@users.noreply.github.com>2016-06-16 17:39:17 -0700
commit846c659cda838b8df6b41381735627cba76c2a3e (patch)
tree4a8182294816b28582430390f78c966971ffc5ca
parent5f98c9962c46aca62d9872748b6257bbaae01c1f (diff)
downloadgitlab-ce-document-environments.tar.gz
Turn note into normal textdocument-environments
-rw-r--r--doc/ci/environments.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index ee4c4c6025c..040379bb381 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -16,7 +16,6 @@ Deployments are created when [jobs] deploy versions of code to [environments].
## Defining environments
->**Note:**
You can create and delete environments manually in the web interface, but we
recommend that you define your environments in `.gitlab-ci.yml` first, which
will automatically create environments for you after the first deploy.