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

Commit d805c2d

Browse files
author
Noah Lee
authored
Fix readme (#286)
1 parent 3c1b507 commit d805c2d

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,35 @@
1717

1818
## What is Gitploy?
1919

20-
GitHub provides the [deployment API](https://docs.github.com/en/rest/reference/deployments#deployments) to deploy a specific ref(branch, SHA, tag). It offers strong features to make your team (or organization) can deploy fast and safety. **But it takes a lot of resources to build the deployment system around GitHub deployment API.**
20+
GitHub provides the [deployment API](https://docs.github.com/en/rest/reference/deployments#deployments) to deploy a specific ref(branch, SHA, tag). It offers strong features to make your team (or organization) deploy fast and safely. **But it takes a lot of resources to build the deployment system around GitHub deployment API from scratch.**
2121

22-
Gitploy makes your team or organization **build the deployment system around GitHub in minutes.** Now, do not waste the time to build the deployment system.
22+
Gitploy makes your team or organization **build the deployment system around GitHub in minutes.** Now, do not waste time building the deployment system.
2323

2424
![gitploy](./docs/images/gitploy.gif)
2525

2626

2727
## Features
2828

29+
* Manage all deployments in one place.
2930
* Provides the intuitive UI to deploy a specific ref (branch, SHA, tag).
3031
* 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).
3132
* Integrate with GitHub [Action](https://github.com/features/actions) in minutes.
33+
* Provides both continuous delivery and continuous deployment.
3234
* Provides advanced deployment features: Rollback, Review, Lock.
33-
* Provides various validations for the deployment.
35+
* Provides various verifications for the deployment.
3436
* Provides DevOps metrics.
3537

3638
## Gitploy vs GitHub environment
3739

3840
Name | Gitploy | GitHub environment
3941
--- |--- |---
40-
Manual deploy | ✅ | ✅
41-
Auto deploy | ✅ | ✅
42-
Review | ✅ | ✅
43-
Rollback | ✅ | ❌
44-
Lock environment | ✅ | ❌
45-
Commit statuses validation | ✅ | ❌
46-
Display changed commmits | ✅ | ❌
42+
Manual deploy | ✅ | ✅
43+
Auto deploy | ✅ | ✅
44+
Review | ✅ | ✅
45+
Rollback | ✅ | ❌
46+
Lock environment | ✅ | ❌
47+
Commit statuses verification | ✅ | ❌
48+
Display changed commmits | ✅ | ❌
4749
Private repositories for teams plan | ✅ | ❌
4850

4951
## Getting Started

0 commit comments

Comments
 (0)