Actually use $CI_ENVIRONMENT_SLUG in the environment:url

This commit is contained in:
Vincent 2017-01-15 17:32:54 +00:00
parent f1bd9f05e2
commit 111e17e356

View file

@ -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: