diff options
author | Mike Lewis <mlewis@gitlab.com> | 2018-10-27 16:39:34 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2018-10-27 16:39:34 +0000 |
commit | 8a116be4848720c41420c878c218b10ac7a3f182 (patch) | |
tree | 6dc41204ed6961e11012e205b4cdf5a8915c0a48 | |
parent | e997b22df50a46759cac9936a6557993310f8888 (diff) | |
parent | c8e0f9d25cfa5121f31878c478db013e8c7ef478 (diff) | |
download | gitlab-ce-8a116be4848720c41420c878c218b10ac7a3f182.tar.gz |
Merge branch 'docs-autodevops-update' into 'master'
remove duplicate section for enabling at project level
See merge request gitlab-org/gitlab-ce!22627
-rw-r--r-- | doc/topics/autodevops/index.md | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 4d4832184e2..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. @@ -246,12 +247,6 @@ There is also a feature flag to enable Auto DevOps to a percentage of projects which can be enabled from the console with `Feature.get(:force_autodevops_on_by_default).enable_percentage_of_actors(10)`. -### Disable Auto DevOps at the project level - -1. Go to your project's **Settings > CI/CD > Auto DevOps**. -1. Uncheck the **Default to Auto DevOps pipeline** checkbox. -1. Click **Save changes** for the changes to take effect. - ### Deployment strategy > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/38542) in GitLab 11.0. |