diff options
author | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-16 17:39:17 -0700 |
---|---|---|
committer | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-16 17:39:17 -0700 |
commit | 846c659cda838b8df6b41381735627cba76c2a3e (patch) | |
tree | 4a8182294816b28582430390f78c966971ffc5ca /doc/ci | |
parent | 5f98c9962c46aca62d9872748b6257bbaae01c1f (diff) | |
download | gitlab-ce-846c659cda838b8df6b41381735627cba76c2a3e.tar.gz |
Turn note into normal textdocument-environments
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/environments.md | 1 |
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. |