summaryrefslogtreecommitdiff
path: root/doc/ci/autodeploy
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-09-07 20:39:09 +0000
committerKamil TrzciƄski <ayufan@ayufan.eu>2017-09-07 20:39:09 +0000
commitd98b6a6fbfc95265933407a74e16f90fa3bda6a7 (patch)
tree8e612c9ce08c4a91b90dd5b92fbef4994ff9c440 /doc/ci/autodeploy
parent42e487426da088109e1f1b6270fd181c97cde5f8 (diff)
downloadgitlab-ce-d98b6a6fbfc95265933407a74e16f90fa3bda6a7.tar.gz
Add Auto DevOps docs
Diffstat (limited to 'doc/ci/autodeploy')
-rw-r--r--doc/ci/autodeploy/index.md20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/ci/autodeploy/index.md b/doc/ci/autodeploy/index.md
index a128cf69c20..474cb28b9e4 100644
--- a/doc/ci/autodeploy/index.md
+++ b/doc/ci/autodeploy/index.md
@@ -1,13 +1,16 @@
# Auto Deploy
->**Notes:**
-- [Introduced][mr-8135] in GitLab 8.15.
-- Auto deploy is an experimental feature and is not recommended for Production
- use at this time.
-- As of GitLab 9.1, access to the Container Registry is only available while
- the Pipeline is running. Restarting a pod, scaling a service, or other actions
- which require on-going access will fail. On-going secure access is planned for
- a subsequent release.
+> [Introduced][mr-8135] in GitLab 8.15.
+> Auto deploy is an experimental feature and is **not recommended for Production use** at this time.
+
+> As of GitLab 9.1, access to the container registry is only available while the
+Pipeline is running. Restarting a pod, scaling a service, or other actions which
+require on-going access **will fail**. On-going secure access is planned for a
+subsequent release.
+
+> As of GitLab 10.0, Auto Deploy templates are **deprecated** and the
+functionality has been included in [Auto
+DevOps](../../topics/autodevops/index.md).
Auto deploy is an easy way to configure GitLab CI for the deployment of your
application. GitLab Community maintains a list of `.gitlab-ci.yml`
@@ -122,4 +125,3 @@ If you have installed GitLab using a different method:
[kube-deploy]: https://gitlab.com/gitlab-examples/kubernetes-deploy "Kubernetes deploy example project"
[container-registry]: https://docs.gitlab.com/ce/user/project/container_registry.html
[postgresql]: https://www.postgresql.org/
-