Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ A curated list of awesome softwares for Devops.
* [Toc](#toc)
* [SCM](#scm)
* [CI & CD](#ci--cd)
* [Provisioning](#provisioning)
* [Container](#container)
* [IDE & Editor](#ide--editor)
* [Documents](#documents)
Expand Down Expand Up @@ -47,6 +48,10 @@ A curated list of awesome softwares for Devops.
* [AWS CodeDeploy](https://aws.amazon.com/codedeploy/) - AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances, or serverless Lambda functions.
* [Drone](https://drone.io/) - Drone is a Continuous Delivery platform built on Docker, written in Go.

## Provisioning

* [Scalr](https://scalr.com) - Scalr is a remote state & operations backend for Terraform with full CLI support, integration with OPA, a hierarchical configuration model, and quality of life features.

## Container

* [Docker](https://www.docker.com/) - Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud.
Expand Down