diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-02-15 12:53:35 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-02-15 12:53:35 +0000 |
commit | ba0d45c439ae33f15254158069f5434988402d18 (patch) | |
tree | a1d6627ae80345e7b348d41812068b74103797dc /doc | |
parent | 9026ee15d84011a8f74dc6294fd4a6f82d64016c (diff) | |
parent | 55c89d51ea19c0570d7c39d26c6a06827dc1f93e (diff) | |
download | gitlab-ce-ba0d45c439ae33f15254158069f5434988402d18.tar.gz |
Merge branch '43231-document-the-instance-level-auto-devops-domain-option' into 'master'
Resolve "Document the instance level Auto DevOps domain option"
Closes #43231
See merge request gitlab-org/gitlab-ce!17132
Diffstat (limited to 'doc')
-rw-r--r-- | doc/topics/autodevops/index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 01bd925bd6f..5f5ba2b69bc 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -95,7 +95,9 @@ Auto Deploy, and Auto Monitoring will be silently skipped. The Auto DevOps base domain is required if you want to make use of [Auto Review Apps](#auto-review-apps) and [Auto Deploy](#auto-deploy). It is defined -under the project's CI/CD settings while [enabling Auto DevOps](#enabling-auto-devops). +either under the project's CI/CD settings while +[enabling Auto DevOps](#enabling-auto-devops) or in instance-wide settings in +the CI/CD section. It can also be set at the project or group level as a variable, `AUTO_DEVOPS_DOMAIN`. A wildcard DNS A record matching the base domain is required, for example, |