Changed categories and tags, added warning.

This commit is contained in:
2026-03-25 09:56:12 +01:00
parent 9adf6f55a2
commit 5aa3612cdd
4 changed files with 34 additions and 9 deletions

View File

@@ -3,8 +3,8 @@ date: '2026-03-24T20:36:26+01:00'
draft: false
title: 'Automatic web update release'
author: "Jirka"
tags: ["self-host", "gitea", "automation"]
categories: ["self-host", "documentation", "automation"]
tags: ["self-hosted", "gitea", "automation", "docker"]
categories: ["blog"]
description: "Last step, how to relase changes to web automatically"
---
@@ -14,6 +14,9 @@ The idea is simple, push changes to `master` branch of repo holding this web and
We will split this problem into two: Building web with Hugo and second, updating files with webhook. Let's start.
> [!WARNING]
> If you decide to follow my steps, please, be careful and use your head. I do not guarantee they will work for you and do so at your own risk.
## Set up Gitea runner
Gitea does support actions like GitHub, but you have to provide it runner to execute you tasks. We are going to use the most secured way, runner in docker, which will start another docker container in another docker.
@@ -278,3 +281,6 @@ Final last step is to replace #TODO in our workflow with following:
```
And that is it. On next push, web should update itself automatically.
---
This article is one from series about this blog and self-hosting. All connected articles can found [here](categories/blog).