Making the post not draft
All checks were successful
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 1m25s
All checks were successful
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 1m25s
This commit is contained in:
parent
8e96e0b315
commit
8548caa203
@ -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
|
||||
|
||||

|
||||
|
||||
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!
|
||||
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!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user