summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gruesso <dgruesso@gitlab.com>2018-10-26 20:32:35 +0000
committerDaniel Gruesso <dgruesso@gitlab.com>2018-10-26 20:32:35 +0000
commitc8e0f9d25cfa5121f31878c478db013e8c7ef478 (patch)
treeb5beaa88a3e4ddfba2720a95923b4ab8bde83c5f
parent601702624f6ac4f34b922067f325265b14adc201 (diff)
downloadgitlab-ce-docs-autodevops-update.tar.gz
Clarify project-level enable/disabledocs-autodevops-update
-rw-r--r--doc/topics/autodevops/index.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 2799e8f6f22..96e788666a1 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -225,10 +225,11 @@ Auto DevOps at the project level.
### Enabling/disabling Auto DevOps at the project-level
-1. Check that your project doesn't have a `.gitlab-ci.yml`, or if one exists, remove it.
+If enabling, check that your project doesn't have a `.gitlab-ci.yml`, or if one exists, remove it.
+
1. Go to your project's **Settings > CI/CD > Auto DevOps**.
-1. Check the **Default to Auto DevOps pipeline** checkbox.
-1. Optionally, but recommended, add in the [base domain](#auto-devops-base-domain)
+1. Toggle the **Default to Auto DevOps pipeline** checkbox (checked to enable, unchecked to disable)
+1. When enabling, it's optional but recommended to add in the [base domain](#auto-devops-base-domain)
that will be used by Auto DevOps to [deploy your application](#auto-deploy)
and choose the [deployment strategy](#deployment-strategy).
1. Click **Save changes** for the changes to take effect.