|
17 | 17 |
|
18 | 18 | ## What is Gitploy? |
19 | 19 |
|
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.** |
21 | 21 |
|
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. |
23 | 23 |
|
24 | 24 |  |
25 | 25 |
|
26 | 26 |
|
27 | 27 | ## Features |
28 | 28 |
|
| 29 | +* Manage all deployments in one place. |
29 | 30 | * Provides the intuitive UI to deploy a specific ref (branch, SHA, tag). |
30 | 31 | * 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). |
31 | 32 | * Integrate with GitHub [Action](https://github.com/features/actions) in minutes. |
| 33 | +* Provides both continuous delivery and continuous deployment. |
32 | 34 | * Provides advanced deployment features: Rollback, Review, Lock. |
33 | | -* Provides various validations for the deployment. |
| 35 | +* Provides various verifications for the deployment. |
34 | 36 | * Provides DevOps metrics. |
35 | 37 |
|
36 | 38 | ## Gitploy vs GitHub environment |
37 | 39 |
|
38 | 40 | Name | Gitploy | GitHub environment |
39 | 41 | --- |--- |--- |
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 | ✅ | ❌ |
47 | 49 | Private repositories for teams plan | ✅ | ❌ |
48 | 50 |
|
49 | 51 | ## Getting Started |
|
0 commit comments