diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-06-07 16:47:54 +0000 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-06-07 16:47:54 +0000 |
commit | f60da4145d9107aaf5d4b618e567b689784a2bd8 (patch) | |
tree | a37da1c756a0586dcd39e8b472abf72ef29595cf /doc/topics | |
parent | 5024c4aacc9ff9fd9d069e9d6b87ebdfe2ef356e (diff) | |
download | gitlab-ce-f60da4145d9107aaf5d4b618e567b689784a2bd8.tar.gz |
Add deployment strategy docs
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/autodevops/index.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 4bcc7fc6512..522cecbcac7 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -234,6 +234,15 @@ in **Admin Area > Settings > Continuous Integration and Deployment**. Doing that all the projects that haven't explicitly set an option will have Auto DevOps enabled by default. +### Deployment Strategy + +You can change the deployment strategy used by Auto DevOps from within the UI. + +The available options are: + +* Continuous deployment to production +* Automatic deployment to staging, manual deployment to production + ## Stages of Auto DevOps The following sections describe the stages of Auto DevOps. Read them carefully |