Skip to content
Snippets Groups Projects
Commit 7338052f authored by Thong Kuah's avatar Thong Kuah :speech_balloon:
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1986,7 +1986,7 @@ production:
- deploy
environment:
name: production
url: https://$CI_PROJECT_PATH_SLUG.$AUTO_DEVOPS_DOMAIN
url: https://$CI_PROJECT_PATH_SLUG.$KUBE_INGRESS_BASE_DOMAIN
only:
- master
```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment