Triggered by gitlab-org/gitlab-ci-yml#1 I've investigated how this is organized so far and did a minor clean up. In my opinion we should just keep a list of up to date blog posts in the docs and examples should be included in gitlab-org/gitlab-ci-yml. This reduces the number of projects and docs pages one has to look for information. [ci skip] |
||
|---|---|---|
| .. | ||
| deployment | ||
| README.md | ||
| php.md | ||
| test-and-deploy-python-application-to-heroku.md | ||
| test-and-deploy-ruby-application-to-heroku.md | ||
| test-clojure-application.md | ||
| test-scala-application.md | ||
README.md
CI Examples
A collection of .gitlab-ci.yml files is maintained at the [GitLab CI Yml project][gitlab-ci-templates].
If your favorite programming language or framework are missing we would love your help by sending a merge request
with a .gitlab-ci.yml.
Apart from those, here is an collection of tutorials and guides on setting up your CI pipeline:
- Testing a PHP application
- Test and deploy a Ruby application to Heroku
- Test and deploy a Python application to Heroku
- Test a Clojure application
- Test a Scala application
- Using
dplas deployment tool - Blog post about using GitLab CI for iOS projects
- Repo's with examples for various languages
- The .gitlab-ci.yml file for GitLab itself
[gitlab-ci-templates][https://gitlab.com/gitlab-org/gitlab-ci-yml]