diff options
author | Vincent <registrations@vinnl.nl> | 2017-01-15 17:32:54 +0000 |
---|---|---|
committer | Vincent <registrations@vinnl.nl> | 2017-01-15 17:32:54 +0000 |
commit | 111e17e356e321b23d0ab965d97982aea93c5b40 (patch) | |
tree | cbcf95ce6b38d26ccaa69ab4eab68b84ea1735f0 /doc/ci/environments.md | |
parent | f1bd9f05e2ca0c165f06c47c32d44f2951265e6e (diff) | |
download | gitlab-ce-111e17e356e321b23d0ab965d97982aea93c5b40.tar.gz |
Actually use `$CI_ENVIRONMENT_SLUG` in the `environment:url`
Diffstat (limited to 'doc/ci/environments.md')
-rw-r--r-- | doc/ci/environments.md | 2 |
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: |