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

Commit 281434c

Browse files
author
noah
committed
Add details for the document for review
1 parent 7e3e59d commit 281434c

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

docs/concepts/review.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22

33
Gitploy has the review to require at least one approval for the deployment. You can list up to users on the configuration file. The reviewers must have at least read access to the repository.
44

5+
## Review process
6+
7+
1. First, to enable review, you must configure like the below:
8+
59
```yaml
610
envs:
711
- name: production
812
auto_merge: true
913
review:
1014
enabled: true
11-
reviewers: ["octocat", "noah"]
15+
reviewers: ["YOUR_LOGIN"]
1216
```
17+
18+
2. When the user deploys, Gitploy request a review to reviewers.
19+
20+
![review](../images/deploy-with-review.png)
21+
22+
3. After deploy, reviewers check what is changes and review the deployment.
23+
24+
![review](../images/review.png)

docs/images/deploy-with-review.png

29.9 KB
Loading

docs/images/review.png

18.3 KB
Loading

0 commit comments

Comments
 (0)