-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrote dedicated DevOps documentation into another file
- Loading branch information
tonylook
committed
Jan 14, 2024
1 parent
23e62ed
commit f442308
Showing
3 changed files
with
32 additions
and
33 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,30 @@ | ||
# DevOps Manual 🛠️ | ||
|
||
The `rflow` tool comes with a dedicated `scripts` folder and pipeline configurations for Azure DevOps and GitHub Actions, facilitating its integration into your DevOps pipelines. | ||
|
||
### Setting Up the `scripts` Folder | ||
|
||
The `scripts` folder, located within the `rflow` repository, is designed to be placed directly into the root of your project for automating versioning processes. | ||
|
||
1. **Locate the `scripts` Folder**: Find the `scripts` folder in the `rflow` repository. | ||
2. **Place the `scripts` Folder in Your Project**: Simply copy this folder into the root directory of your project where `rflow` is to be used. | ||
|
||
### Using Pipeline Configurations | ||
|
||
`rflow` provides ready-to-use pipeline files for Azure and GitHub Actions in the `pipelines` folder. These files are prepared for immediate implementation. | ||
|
||
#### For Azure DevOps | ||
|
||
- **Pipeline File**: `azure-rflow.yml` | ||
- **Implementation** : | ||
- Place `azure-rflow.yml` in your Azure DevOps pipeline configuration to integrate `rflow` into your Azure pipelines. | ||
|
||
#### For GitHub Actions | ||
|
||
- **Pipeline File**: `github-rflow.yml` | ||
- **Implementation** : | ||
- Add `github-rflow.yml` to the `.github/workflows` directory of your GitHub repository to integrate `rflow` with your GitHub Actions workflows. | ||
|
||
### Integrating `rflow` into CI/CD | ||
|
||
Integrate `rflow` into your Continuous Integration and Continuous Deployment (CI/CD) processes by using the provided scripts and pipeline files. This integration ensures a smooth and automated process for managing releases and version control in your development cycle. |
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
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