Adding werf to CI/CD + fixing "&" in anchor links

This commit is contained in:
Dmitry Shurupov 2020-07-20 19:25:44 +07:00 committed by GitHub
parent c625eb11a1
commit c332afc335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T
- [Distributed Filesystems](#distributed-filesystems)
- [Applications Platforms](#applications-platforms)
- [Container Image Registry](#container-image-registry)
- [Automation & Orchestration](#automation-&-orchestration)
- [Continuous Integration & Delivery](#continuous-integration-&-delivery)
- [Automation & Orchestration](#automation--orchestration)
- [Continuous Integration & Delivery](#continuous-integration--delivery)
- [Source Code Management](#source-code-management)
- [Web Servers](#web-servers)
- [SSL](#ssl)
- [Databases](#databases)
- [Observability and Monitoring](#observability-&-monitoring)
- [Service Discovery & Service Mesh](#service-discovery-&-service-mesh)
- [Observability and Monitoring](#observability--monitoring)
- [Service Discovery & Service Mesh](#service-discovery--service-mesh)
- [Chaos Engineering](#chaos-engineering)
- [API Gateway](#api-gateway)
- [Code review](#code-review)
@ -166,6 +166,7 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T
- [Bitrise](https://www.bitrise.io/) - CI/CD for mobile applications.
- [Buildkite](https://buildkite.com/) - run fast, secure, and scalable continuous integration pipelines on your own infrastructure.
- [Cirrus CI](https://cirrus-ci.org/) - cycle fast, efficient, and secure with modern cloud technologies.
- [werf](https://werf.io/) - Open Source CI/CD tool for building Docker images & deploying them to Kubernetes using a GitOps approach.
## Source Code Management