Upgrade webiste (#35)

* Add new deployment tool

* Upgrade the website

* Update title for README file
This commit is contained in:
Marius Stanca
2023-01-02 01:03:06 +02:00
committed by GitHub
parent b0f68a3804
commit 2e135ad9a8
6 changed files with 79 additions and 16 deletions

9
docs/contribution.md Normal file
View File

@@ -0,0 +1,9 @@
# Contribution
Contributions are always welcome.
* Fork the repo
* Create a pull request against master
* Be sure tests pass (if exists)
Check [Git Flow](https://guides.github.com/introduction/flow/) for details.

31
docs/index.md Normal file
View File

@@ -0,0 +1,31 @@
# Welcome
A curated list of awesome DevOps platforms, tools, practices and resources. A list which help you to adopt and grow *DevOps* culture in your company. Also this list can be easily used for your *SRE* (Site Reliability Engineering) team.
s
## What is DevOps
DevOps is the combination of cultural philosophies, practices, and tools that increases an organizations ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes. This speed enables organizations to better serve their customers and compete more effectively in the market.
## Benefits
* Speed
* Rapid Delivery
* Reliability
* Scale
* Improved Collaboration
* Security
## Practices
* Continuous Integration
* Continuous Delivery
* Continuous Deployment
* Microservices
* Infrastructure as Code
* Monitoring and Logging
* Communication and Collaboration
## Tools
For list of tools check [list](http://awesome-devops.xyz/list) page.