You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,13 @@
7
7
8
8
## What is Gitploy?
9
9
10
-
Gitploy builds the system around GitHub [deployment API](https://docs.github.com/en/rest/reference/repos#deployments) in minutes. It enables teams or organization to deploy the application with lower risk and faster.
10
+
Gitploy helps your team or organization builds the system around GitHub in minutes. Gitploy provides these features:
11
+
12
+
* Deploy a specific ref (branch, commit, tag)
13
+
* Build an event-driven system around GitHub [deployment API](https://docs.github.com/en/rest/reference/repos#deployments)
14
+
* Integrate with GitHub [Action](https://github.com/features/actions) in minutes
15
+
16
+
If you want to look around, you can check the [document](https://docs.gitploy.io) of Gitploy.
Copy file name to clipboardExpand all lines: docs/index.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Gitploy
2
2
3
-
Gitploy builds the system around GitHub [deployment API](https://docs.github.com/en/rest/reference/repos#deployments) in minutes. It enables teams or organization to deploy the application with lower risk and faster. You can check this [document](./concepts/how-it-work.md) for the detail.
3
+
If your team or organization develops with GitHub, you can build the deployment system around Gitploy in minutes. Gitploy provides these features:
4
+
5
+
* Deploy a specific ref (branch, commit, tag)
6
+
* Build an event-driven system around GitHub [deployment API](https://docs.github.com/en/rest/reference/repos#deployments)
7
+
* Integrate with GitHub [Action](https://github.com/features/actions) in minutes
8
+
9
+
Try to build the deployment system with Gitploy ([doc](./tasks/installation.md)).
0 commit comments