Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Lee authored Jan 1, 2022
1 parent 40d9a7f commit b882ddd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ Gitploy makes your team or organization **build the deployment system around Git
## Features

* Manage all deployments in one place.
* Provides the intuitive UI to deploy a specific ref (branch, SHA, tag).
* Build an event-driven deployment system around GitHub. See GitHub [deployment event](https://docs.github.com/en/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#deployment).
* Integrate with GitHub [Action](https://github.com/features/actions) in minutes.
* Provides the intuitive UI to deploy a specific `ref` (branch, SHA, tag).
* Build an event-driven deployment system for loosely coupled tooling.
* Provides both continuous delivery and continuous deployment.
* Provides advanced deployment features: Rollback, Review, Lock.
* Provides advanced deployment features: Rollback, Review, Lock, Freeze Window.
* Provides DevOps metrics.

## Gitploy vs GitHub environment
Expand All @@ -42,9 +41,8 @@ Manual deploy | ✅ | ✅
Auto deploy | ✅ | ✅
Review | ✅ | ✅
Rollback | ✅ | ❌
Lock environment | ✅ | ❌
Commit statuses verification | ✅ | ❌
Display changed commmits | ✅ | ❌
Deployment Safety | ✅ | ❌
DevOps Metrics | ✅ | ❌
Private repositories for teams plan | ✅ | ❌

## Getting Started
Expand Down

0 comments on commit b882ddd

Please sign in to comment.