forked from joseph/gitea_CICD
update README
This commit is contained in:
parent
6301968039
commit
fd083d45b5
10
README.md
10
README.md
|
|
@ -90,11 +90,15 @@ root@root#
|
||||||
|
|
||||||
### 8) Add webhook
|
### 8) Add webhook
|
||||||
|
|
||||||
<div align="center"><img src="https://i.ibb.co/y56HwnX/image.png" alt="webhook1" width="600"></div>
|
- Open your project in Gitea:
|
||||||
|
- Choose "Setting"
|
||||||
|
<div align="center"><img src="https://i.ibb.co/QHsST4D/image.png" alt="webhook1" width="800"></div>
|
||||||
|
|
||||||
<div align="center"><img src="https://i.ibb.co/nmT3Hp9/image.png" alt="webhook2" width="600"></div>
|
- Choose "Webhooks" and "Add Webhooks"
|
||||||
|
<div align="center"><img src="https://i.ibb.co/bKFpvbV/image.png" alt="webhook2" width="800"></div>
|
||||||
|
|
||||||
<div align="center"><img src="https://i.ibb.co/GJ55RDr/image.png" alt="webhook3" width="600"></div>
|
|
||||||
|
<div align="center"><img src="https://i.ibb.co/GJ55RDr/image.png" alt="webhook3" width="800"></div>
|
||||||
|
|
||||||
- Target URL: URL to the API that handles requests when a event is triggered (Default: your_domain/git/gitea-webhook).
|
- Target URL: URL to the API that handles requests when a event is triggered (Default: your_domain/git/gitea-webhook).
|
||||||
- Trigger on: Event to trigger the webhook.
|
- Trigger on: Event to trigger the webhook.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue