summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent <registrations@vinnl.nl>2017-01-15 17:32:54 +0000
committerVincent <registrations@vinnl.nl>2017-01-15 17:32:54 +0000
commit111e17e356e321b23d0ab965d97982aea93c5b40 (patch)
treecbcf95ce6b38d26ccaa69ab4eab68b84ea1735f0
parentf1bd9f05e2ca0c165f06c47c32d44f2951265e6e (diff)
downloadgitlab-ce-111e17e356e321b23d0ab965d97982aea93c5b40.tar.gz
Actually use `$CI_ENVIRONMENT_SLUG` in the `environment:url`
-rw-r--r--doc/ci/environments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md
index 98cd29c9567..dfd7c2b8022 100644
--- a/doc/ci/environments.md
+++ b/doc/ci/environments.md
@@ -297,7 +297,7 @@ deploy_review:
- echo "Deploy a review app"
environment:
name: review/$CI_BUILD_REF_NAME
- url: https://$CI_BUILD_REF_SLUG.review.example.com
+ url: https://$CI_ENVIRONMENT_SLUG.review.example.com
only:
- branches
except: