diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-01-31 12:49:14 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-01-31 12:49:14 +0000 |
commit | 83711c784db6403234e7bc48b3a6dafef4c10465 (patch) | |
tree | 7c81fde37974bf61ddc62a08e7603e47824708e6 /doc | |
parent | 158b92d6130e1bbc45740f9cbd781798f852ec8d (diff) | |
parent | 4bc03f4e5fdefa88f855ef0534a2f400e1e80518 (diff) | |
download | gitlab-ce-83711c784db6403234e7bc48b3a6dafef4c10465.tar.gz |
Merge branch '27474-update-auto-deploy-requires-public-project' into 'master'
Resolve "Document that auto deploy only works for public projects"
Closes #27474
See merge request !8897
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/autodeploy/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/autodeploy/index.md b/doc/ci/autodeploy/index.md index 630207ffa09..c4c4d95b68a 100644 --- a/doc/ci/autodeploy/index.md +++ b/doc/ci/autodeploy/index.md @@ -1,6 +1,6 @@ # Auto deploy -> [Introduced][mr-8135] in GitLab 8.15. +> [Introduced][mr-8135] in GitLab 8.15. Currently requires a [Public project][project-settings]. 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` @@ -33,6 +33,7 @@ enable [Kubernetes service][kubernetes-service]. created automatically for you. [mr-8135]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8135 +[project-settings]: https://docs.gitlab.com/ce/public_access/public_access.html [project-services]: ../../project_services/project_services.md [auto-deploy-templates]: https://gitlab.com/gitlab-org/gitlab-ci-yml/tree/master/autodeploy [kubernetes-service]: ../../project_services/kubernetes.md |