summaryrefslogtreecommitdiff
path: root/doc/ci/README.md
diff options
context:
space:
mode:
authorMark Pundsack <markpundsack@users.noreply.github.com>2016-06-16 17:37:49 -0700
committerMark Pundsack <markpundsack@users.noreply.github.com>2016-06-16 17:37:49 -0700
commit5f98c9962c46aca62d9872748b6257bbaae01c1f (patch)
tree542ce2a9ee5d49eb3e3aeb1e7151a53c196c0c75 /doc/ci/README.md
parentfb2b1ae10973f1befdf234471b25f1d165898480 (diff)
downloadgitlab-ce-5f98c9962c46aca62d9872748b6257bbaae01c1f.tar.gz
Document environments and deployments
Diffstat (limited to 'doc/ci/README.md')
-rw-r--r--doc/ci/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index ef72df97ce6..5a1cb5319c6 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -5,6 +5,7 @@
- [Get started with GitLab CI](quick_start/README.md)
- [CI examples for various languages](examples/README.md)
- [Learn how to enable or disable GitLab CI](enable_or_disable_ci.md)
+- [Environments and deployments](environments.md)
- [Learn how `.gitlab-ci.yml` works](yaml/README.md)
- [Configure a Runner, the application that runs your builds](runners/README.md)
- [Use Docker images with GitLab Runner](docker/using_docker_images.md)