From 111e17e356e321b23d0ab965d97982aea93c5b40 Mon Sep 17 00:00:00 2001 From: Vincent Date: Sun, 15 Jan 2017 17:32:54 +0000 Subject: [PATCH] Actually use `$CI_ENVIRONMENT_SLUG` in the `environment:url` --- doc/ci/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- GitLab