diff --git a/content/posts/2025/Automating my website using the Gitea act runner/index.md b/content/posts/2025/Automating my website using the Gitea act runner/index.md index 5bab613..835cc68 100644 --- a/content/posts/2025/Automating my website using the Gitea act runner/index.md +++ b/content/posts/2025/Automating my website using the Gitea act runner/index.md @@ -1,6 +1,6 @@ --- -date: 2025-02-17T21:16:00+01:00 -draft: true +date: 2025-02-20T21:16:00+01:00 +draft: false title: Automating my website using the Gitea act runner --- Currently, when I make a change or add content to my web page after committing my changes to Gitea, I need to manually build the web page using the hugo command and then copy the files to my web host. This process can be automated using the Gitea act runner! @@ -187,4 +187,4 @@ After creating some content on my website and pushing the changes I'm able to se ![My post has been uploaded!](images/my_post.png) -There are definitely things to improve here. The runner container could use a purpose made image to run the container with Hugo already built. This would speed up the time it takes for the action to be run. However, this is my first real use of any CI/CD pipelines and I'm happy with the end result! \ No newline at end of file +There are definitely things to improve here. The runner container could use a purpose made image to run the container with Hugo already built. This would speed up the time it takes for the action to be run. However, this is my first real use of any CI/CD pipelines and I'm happy with the end result!