Had to change a few things in webhooks
This commit is contained in:
parent
2d5673b91d
commit
20beb7025c
@ -46,6 +46,7 @@ last 5 posts
|
||||
|
||||
<div id="Webhooks"><h1 id="Webhooks" class="header"><a href="#Webhooks">Webhooks</a></h1></div>
|
||||
<div id="Webhooks-gitea"><h2 id="gitea" class="header"><a href="#Webhooks-gitea">gitea</a></h2></div>
|
||||
<hr />
|
||||
<p>
|
||||
I just recently started hosting my own gitserver (gitea). Had a few issues setting it up due to some default values in the gitea.service file (that prevented the program from using port 80).
|
||||
</p>
|
||||
@ -55,7 +56,14 @@ After getting that dealt with I decided to see what I could do with gitea's supp
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Once I push a new addition to the repo it now automatically makes a post request to my webhook server that will automatically update my website without intervention.
|
||||
Once I push a new addition to the repo it now automatically makes a post request to my webhook server that will automatically update my website without manual intervention.
|
||||
</p>
|
||||
|
||||
|
||||
<div id="Webhooks-This Post"><h2 id="This Post" class="header"><a href="#Webhooks-This Post">This Post</a></h2></div>
|
||||
<hr />
|
||||
<p>
|
||||
This post was simply being used to test that functionality in gitea.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user