https://github.com/devopshobbies/ci-template
simple demonstration of popular CI/CD tools
https://github.com/devopshobbies/ci-template
Last synced: 4 days ago
JSON representation
simple demonstration of popular CI/CD tools
- Host: GitHub
- URL: https://github.com/devopshobbies/ci-template
- Owner: devopshobbies
- License: apache-2.0
- Created: 2023-04-11T22:57:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T14:38:52.000Z (over 2 years ago)
- Last Synced: 2025-03-25T18:45:13.981Z (9 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CI Templates

This repository is a good source of CI templates added and modified by users as a best practice. In this project we aimed to demonstrate how to use different CI/CD tools for various languages and frameworks.
Let's grow together - DevOps Hobbies team.
## Goal
In this repository, we are trying to gather some practical samples of the `CI` files for each language and framework, so you can use them in your projects.
We are trying to provide CI templates as best practices.
## Usage
The base project exists on each directory (without CI tools configured) and the content of `github`, `gitlab` and `jenkins` are available in a seperate directories.
In order to use these CI tools, you have to paste them into your exsisting project.
## Categories based on the `Languages` and `Frameworks`
1. [Go programming language](./go/README.md)