diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-17 12:57:08 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-17 12:57:08 +0100 |
commit | 184c1489d88ac7d9a5d6c34c6bfb5b973f120870 (patch) | |
tree | 4356c95db54089c7f8b71e375bde65584144cab4 /doc/ci/review_apps | |
parent | ffadc93a124eb6ba03b8f21e259cd6292191ea48 (diff) | |
download | gitlab-ce-184c1489d88ac7d9a5d6c34c6bfb5b973f120870.tar.gz |
Add Limitations sections to environments and review apps docs
[ci skip]
Diffstat (limited to 'doc/ci/review_apps')
-rw-r--r-- | doc/ci/review_apps/index.md | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/ci/review_apps/index.md b/doc/ci/review_apps/index.md index aea6a8c2ea0..42b5ec740d9 100644 --- a/doc/ci/review_apps/index.md +++ b/doc/ci/review_apps/index.md @@ -91,20 +91,9 @@ From there on, you would follow the branched Git flow: 1. Click on the link that's present in the MR related to the branch and see the changes live. -## Distinguish between production and review apps - -1. We need some form to distinguish between production/staging and review app environment, - -- Are dynamic environments distinguishable by the slash in `environment:url`? - -We would expect the environments to be of `type/name`: - -1. This would allow us to have a clear distinction between different environment types: `production/gitlab.com`, `staging/dev`, `review-apps/feature/branch`, -3. We would be aware of some of these types and for example for `review-apps` show them differently in context of Merge Requests, ex. calculating `deployed ago` a little differently. - ## Limitations -We are limited to use only [CI predefined variables][variables]. +Check the [environments limitations](../environments.md#limitations). ## Examples |