Files

36 lines
1.3 KiB
Markdown

Based on the provided context, here's a devops.md file for the GitJet repository:
---
title: DevOps Overview of gitjet/gitjet.ru
description: this document provides an overview of the CI/CD pipelines, CD and release processes, and runbook hooks used in the gitjet/gitjet.ru repository.
date: 2023-02-28T00:00:00Z
draft: false
---
# GitJet DevOps Overview
## Delivery Overview
GitJet is a software project that provides an overview of its technical architecture and components. The repository is built using Go code, and it does not contain any external dependencies or APIs.
## CI Pipelines
The CI/CD pipeline for GitJet is managed by GitHub Actions. It uses the following workflow files:
- `.github/workflows/build.yml` - Builds the project using Go
- `.github/workflows/test.yml` - Runs tests for the project using Go
## CD and Release
The CD process is managed by GitHub Actions, which uses the following workflow files:
- `.github/workflows/deploy.yml` - Deploys the built artifacts to a production environment
- `.github/workflows/release.yml` - Creates a new release for the project
## Runbook Hooks
There are no runbook hooks in GitJet.
---
This devops.md file provides an overview of the technical architecture and components used in the gitjet/gitjet.ru repository, including the CI/CD pipelines, CD and release processes, and runbook hooks.