Commit 111e17e3 authored by Vincent's avatar Vincent

Actually use `$CI_ENVIRONMENT_SLUG` in the `environment:url`

parent f1bd9f05
...@@ -297,7 +297,7 @@ deploy_review: ...@@ -297,7 +297,7 @@ deploy_review:
- echo "Deploy a review app" - echo "Deploy a review app"
environment: environment:
name: review/$CI_BUILD_REF_NAME name: review/$CI_BUILD_REF_NAME
url: https://$CI_BUILD_REF_SLUG.review.example.com url: https://$CI_ENVIRONMENT_SLUG.review.example.com
only: only:
- branches - branches
except: except:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment