Actually use $CI_ENVIRONMENT_SLUG
in the environment:url
This commit is contained in:
parent
f1bd9f05e2
commit
111e17e356
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue