-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b0f4fd4
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# CI/CD Configurations Repository | ||
|
||
Welcome to the "ci-cd" repository! This repository is a collection of abstract CI/CD configurations in YAML format that can be adapted for various projects and programming languages. | ||
|
||
## Overview | ||
|
||
Efficient CI/CD configurations are essential for maintaining a robust and automated development workflow. This repository provides a set of abstract CI/CD configuration files that you can use as a starting point for your projects. | ||
|
||
## Usage | ||
|
||
1. Browse through the different directories to find configurations suitable for your use case. | ||
2. Copy the desired CI/CD configuration file (e.g., `.github/workflows/your-config.yml`) into your project's repository. | ||
3. Customize the configuration file as needed to align with your project's requirements. | ||
|
||
## License | ||
|
||
- [MIT](./LICENSE) |