diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-15 14:25:27 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-15 14:25:27 -0300 |
commit | 58d38ff84ff0cdd2922a9190f1f5921af5106200 (patch) | |
tree | fba95c63a8577231ecd30dff63821bc2f50fb900 /doc/ci | |
parent | a76615b0f1ecd842d482082d203c788e27707d2f (diff) | |
download | gitlab-ce-58d38ff84ff0cdd2922a9190f1f5921af5106200.tar.gz |
link article from CI index
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md index 10ea9467942..c722d895f42 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -111,7 +111,8 @@ Here is an collection of tutorials and guides on setting up your CI pipeline. - [Phoenix](examples/test-phoenix-application.md) - [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) -- **Blog posts** +- **Articles** + - [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/) - [Setting up GitLab CI for iOS projects](https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/) |