summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-08-31 19:03:20 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2017-08-31 19:03:20 +0000
commita117ca0b516a07f7e7ab2f846c9e716783b659c6 (patch)
tree391db204d63881b5f00f2ae418282d3b39e0dbea /doc/ci
parent95752d0af1ff7b452a7172a8116b555341f198ab (diff)
parent53601b5a0085aa00711c5c7a0f386250cbf914c7 (diff)
downloadgitlab-ce-a117ca0b516a07f7e7ab2f846c9e716783b659c6.tar.gz
Merge branch 'docs-article-laravel-with-ci-and-envoy' into 'master'
Docs - new article: Test and Deploy Laravel (PHP) Apps with GitLab CI and Envoy See merge request !13911
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index c722d895f42..1bf10e34ae7 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -112,6 +112,7 @@ Here is an collection of tutorials and guides on setting up your CI pipeline.
- [Run PHP Composer & NPM scripts then deploy them to a staging server](examples/deployment/composer-npm-deploy.md)
- [Analyze code quality with the Code Climate CLI](examples/code_climate.md)
- **Articles**
+ - [How to test and deploy Laravel/PHP applications with GitLab CI/CD and Envoy](../articles/laravel_with_gitlab_and_envoy/index.md)
- [How to deploy Maven projects to Artifactory with GitLab CI/CD](../articles/artifactory_and_gitlab/index.md)
- [Automated Debian packaging](https://about.gitlab.com/2016/10/12/automated-debian-package-build-with-gitlab-ci/)
- [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/)