https://github.com/christosgalano/devops-with-github
An extensive documentation library with guides and examples for optimizing workflows, fostering collaboration, and securing deployments through GitHub's diverse toolset.
https://github.com/christosgalano/devops-with-github
devops documentation github github-actions github-branches github-security
Last synced: 8 months ago
JSON representation
An extensive documentation library with guides and examples for optimizing workflows, fostering collaboration, and securing deployments through GitHub's diverse toolset.
- Host: GitHub
- URL: https://github.com/christosgalano/devops-with-github
- Owner: christosgalano
- License: mit
- Created: 2023-05-02T07:30:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T08:20:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T19:05:39.851Z (9 months ago)
- Topics: devops, documentation, github, github-actions, github-branches, github-security
- Homepage:
- Size: 2.69 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: docs/security/branch_protection_rules.md
Awesome Lists containing this project
README
# devops-with-github
## General
Welcome to the **devops-with-github** repository! This repository serves as a thorough library of documentation, focusing on how to leverage GitHub for DevOps practices. It provides multiple resources and guidance on utilizing GitHub's capabilities to streamline and secure your workflows, as well as improve collaboration.
A comprehensive example of all the concepts presented here can be found in the [**devops-with-github-example**](https://github.com/christosgalano/devops-with-github-example) repository.
## Contents
### GitHub Actions
1. [**Introduction**](/docs/actions/introduction.md)
2. [**Workflows**](/docs/actions/workflows.md)
3. [**Runners**](/docs/actions/runners.md)
4. [**Matrix Strategy**](/docs/actions/matrix_strategy.md)
5. [**Secrets**](/docs/actions/secrets.md)
6. [**Permissions**](/docs/actions/permissions.md)
7. [**Environments**](/docs/actions/environments.md)
8. [**Concurrency**](/docs/actions/concurrency.md)
9. [**Custom Actions**](/docs/actions/custom_actions.md)
10. [**Reusable Workflows**](/docs/actions/reusable_workflows.md)
### GitHub Security
1. [**Dependabot**](/docs/security/dependabot.md)
2. [**Code Scanning**](/docs/security/code_scanning.md)
3. [**Secret Scanning**](/docs/security/secret_scanning.md)
4. [**Branch Protection Rules**](/docs/security/branch_protection_rules.md)
### Various
- [**GitHub Packages**](/docs/various/packages.md)
- [**CODEOWNERS**](/docs/various/codeowners.md)
- [**Branch Deployment Models**](/docs/various/branch_deployment_models.md)
> **NOTE:** It's advised to read the ordered categories in the order they are presented.
## Contribute
Information on how to join the community and provide your feedback can be found in [CONTRIBUTING.md](/CONTRIBUTING.md).
## License
Released under [MIT](/LICENSE) by [@christosgalano](https://github.com/christosgalano).