Commit 7338052f authored by Thong Kuah's avatar Thong Kuah

Removes mention of $AUTO_DEVOPS_DOMAIN in doc

Even though there's no relation to the feature (it's actually about
overriding template values, best to replace this with
$KUBE_INGRESS_BASE_DOMAIN to avoid any potential confusion
parent f2e6aec0
...@@ -1986,7 +1986,7 @@ production: ...@@ -1986,7 +1986,7 @@ production:
- deploy - deploy
environment: environment:
name: production name: production
url: https://$CI_PROJECT_PATH_SLUG.$AUTO_DEVOPS_DOMAIN url: https://$CI_PROJECT_PATH_SLUG.$KUBE_INGRESS_BASE_DOMAIN
only: only:
- master - master
``` ```
......
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