Modify the CI integration address guide
Build and Push CodeReview / build (push) Waiting to run
Details
Build and Push CodeReview / build (push) Waiting to run
Details
This commit is contained in:
parent
83a9a85382
commit
5166027e2f
|
|
@ -76,7 +76,7 @@ const CIProjects: React.FC = () => {
|
||||||
</p>
|
</p>
|
||||||
<div className="bg-muted p-4 rounded-md text-xs font-mono text-left w-full max-w-lg">
|
<div className="bg-muted p-4 rounded-md text-xs font-mono text-left w-full max-w-lg">
|
||||||
<div className="text-muted-foreground mb-2">Webhook URL:</div>
|
<div className="text-muted-foreground mb-2">Webhook URL:</div>
|
||||||
<div className="text-primary select-all">http://YOUR_SERVER_IP:8000/api/v1/webhooks/gitea</div>
|
<div className="text-primary select-all">http://YOUR_SERVER_IP:PORT/api/v1/webhooks/gitea</div>
|
||||||
</div>
|
</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue