diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-07 13:37:53 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-06-07 13:37:53 +0000 |
commit | 13bc3bef20a3a2bb81cab1bedb99b6bfa931367d (patch) | |
tree | edc95f61b8e7ebbc9645c7cd3874fba0dc15a5fb /doc | |
parent | 8760e120939eb6bcb5a7bc44c20556308263b98c (diff) | |
parent | 03a0236410014328550831153d8c47c9805d0946 (diff) | |
download | gitlab-ce-13bc3bef20a3a2bb81cab1bedb99b6bfa931367d.tar.gz |
Merge branch 'docs-article-link-from-index' into 'master'
Docs: index article
See merge request gitlab-org/gitlab-ce!19544
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/examples/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md index de60cd27cd1..aa31e172641 100644 --- a/doc/ci/examples/README.md +++ b/doc/ci/examples/README.md @@ -19,7 +19,9 @@ There's also a collection of repositories with [example projects](https://gitlab - [How to test and deploy Laravel/PHP applications with GitLab CI/CD and Envoy](laravel_with_gitlab_and_envoy/index.md) - **Ruby**: [Test and deploy a Ruby application to Heroku](test-and-deploy-ruby-application-to-heroku.md) - **Python**: [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md) -- **Java**: [Continuous Delivery of a Spring Boot application with GitLab CI and Kubernetes](https://about.gitlab.com/2016/12/14/continuous-delivery-of-a-spring-boot-application-with-gitlab-ci-and-kubernetes/) +- **Java**: + - [Deploy a Spring Boot application to Cloud Foundry with GitLab CI/CD](deploy_spring_boot_to_cloud_foundry/index.md) + - [Continuous Delivery of a Spring Boot application with GitLab CI and Kubernetes](https://about.gitlab.com/2016/12/14/continuous-delivery-of-a-spring-boot-application-with-gitlab-ci-and-kubernetes/) - **Scala**: [Test a Scala application](test-scala-application.md) - **Clojure**: [Test a Clojure application](test-clojure-application.md) - **Elixir**: |