PageRenderTime 49ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/doc/ci/examples/README.md

https://gitlab.com/alexkeramidas/gitlab-ce
Markdown | 84 lines | 56 code | 28 blank | 0 comment | 0 complexity | 77f1035fd259da412fadb3530cc5e90a MD5 | raw file
  1. ---
  2. comments: false
  3. ---
  4. # GitLab CI/CD Examples
  5. A collection of `.gitlab-ci.yml` template files is maintained at the [GitLab CI/CD YAML project][gitlab-ci-templates]. When you create a new file via the UI,
  6. GitLab will give you the option to choose one of the templates existent on this project.
  7. If your favorite programming language or framework are missing we would love your
  8. help by sending a merge request with a new `.gitlab-ci.yml` to this project.
  9. There's also a collection of repositories with [example projects](https://gitlab.com/gitlab-examples) for various languages. You can fork an adjust them to your own needs.
  10. ## Languages, frameworks, OSs
  11. - **PHP**:
  12. - [Testing a PHP application](php.md)
  13. - [Run PHP Composer & NPM scripts then deploy them to a staging server](deployment/composer-npm-deploy.md)
  14. - [How to test and deploy Laravel/PHP applications with GitLab CI/CD and Envoy](laravel_with_gitlab_and_envoy/index.md)
  15. - **Ruby**: [Test and deploy a Ruby application to Heroku](test-and-deploy-ruby-application-to-heroku.md)
  16. - **Python**: [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md)
  17. - **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/)
  18. - **Scala**: [Test a Scala application](test-scala-application.md)
  19. - **Clojure**: [Test a Clojure application](test-clojure-application.md)
  20. - **Elixir**:
  21. - [Testing a Phoenix application with GitLab CI/CD](test_phoenix_app_with_gitlab_ci_cd/index.md)
  22. - [Building an Elixir Release into a Docker image using GitLab CI](https://about.gitlab.com/2016/08/11/building-an-elixir-release-into-docker-image-using-gitlab-ci-part-1/)
  23. - **iOS and macOS**:
  24. - [Setting up GitLab CI for iOS projects](https://about.gitlab.com/2016/03/10/setting-up-gitlab-ci-for-ios-projects/)
  25. - [How to use GitLab CI and MacStadium to build your macOS or iOS projects](https://about.gitlab.com/2017/05/15/how-to-use-macstadium-and-gitlab-ci-to-build-your-macos-or-ios-projects/)
  26. - **Android**: [Setting up GitLab CI for Android projects](https://about.gitlab.com/2016/11/30/setting-up-gitlab-ci-for-android-projects/)
  27. - **Debian**: [Continuous Deployment with GitLab: how to build and deploy a Debian Package with GitLab CI](https://about.gitlab.com/2016/10/12/automated-debian-package-build-with-gitlab-ci/)
  28. - **Maven**: [How to deploy Maven projects to Artifactory with GitLab CI/CD](artifactory_and_gitlab/index.md)
  29. ### Game development
  30. - [DevOps and Game Dev with GitLab CI/CD](devops_and_game_dev_with_gitlab_ci_cd/index.md)
  31. ### Miscellaneous
  32. - [Using `dpl` as deployment tool](deployment/README.md)
  33. - [The `.gitlab-ci.yml` file for GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml)
  34. ## Code quality analysis
  35. [Analyze code quality with the Code Climate CLI](code_climate.md).
  36. ## Static Application Security Testing (SAST)
  37. **(Ultimate)** [Scan your code for vulnerabilities](https://docs.gitlab.com/ee/ci/examples/sast.html)
  38. ## Dependency Scanning
  39. **(Ultimate)** [Scan your dependencies for vulnerabilities](https://docs.gitlab.com/ee/ci/examples/dependency_scanning.html)
  40. ## Container Scanning
  41. [Scan your Docker images for vulnerabilities](container_scanning.md)
  42. ## Dynamic Application Security Testing (DAST)
  43. Scan your app for vulnerabilities with GitLab [Dynamic Application Security Testing (DAST)](dast.md).
  44. ## Browser Performance Testing with Sitespeed.io
  45. Analyze your [browser performance with Sitespeed.io](browser_performance.md).
  46. ## GitLab CI/CD for Review Apps
  47. - [Example project](https://gitlab.com/gitlab-examples/review-apps-nginx/) that shows how to use GitLab CI/CD for [Review Apps](../review_apps/index.html).
  48. - [Dockerizing GitLab Review Apps](https://about.gitlab.com/2017/07/11/dockerizing-review-apps/)
  49. ## GitLab CI/CD for GitLab Pages
  50. See the documentation on [GitLab Pages](../../user/project/pages/index.md) for a complete overview.
  51. ## Contributing
  52. Contributions are very welcome! You can help your favorite programming
  53. language users and GitLab by sending a merge request with a guide for that language.
  54. You may want to apply for the [GitLab Community Writers Program](https://about.gitlab.com/community-writers/)
  55. to get paid for writing complete articles for GitLab.
  56. [gitlab-ci-templates]: https://gitlab.com/gitlab-org/gitlab-ci-yml