Update post
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 2m36s

This commit is contained in:
Ryan Freeman 2024-09-22 20:41:52 +01:00
parent 58a22caa78
commit 3d348614d2

View File

@ -90,7 +90,7 @@ It was easy to set up thanks to CasaOS, and it offered all the core features I n
One of my primary goals was to automate the deployment process. On Vercel, everything was automated out of the box, but I wanted to replicate that seamless workflow on the Raspberry Pi. Gitea Actions turned out to be just the tool I needed.
With Gitea Actions I could easily define my CI/CD pipelines directly within my repositories. Setting up Gitea Actions involved writing a [simple YAML configuration file](https://git.ryansnet.xyz/r-freeman/portfolio/src/branch/main/.gitea/workflows/publish.yml) that would trigger on every push to the main branch.
With Gitea Actions I could easily define my CI/CD pipelines directly within my repositories. Setting up Gitea Actions involved writing a [simple YAML configuration file](https://github.com/r-freeman/portfolio/blob/main/.gitea/workflows/publish.yml) that would trigger on every push to the main branch.
```yaml
name: Build And Publish