diff --git a/content/posts/2023/08/selfhosting.md b/content/posts/2023/08/selfhosting.md index 0e6679b..f4b4ab9 100644 --- a/content/posts/2023/08/selfhosting.md +++ b/content/posts/2023/08/selfhosting.md @@ -4,7 +4,7 @@ date: 2023-08-19 tags: [meta, selfhosting] --- -This is just a quick info that this blog is now self-hosted by yours truly. I'm using a small server at [Mythic Beasts](mythic-beasts.com/). +This is just a quick info that this blog is now self-hosted by yours truly. I'm using a small server at [Mythic Beasts](https://www.mythic-beasts.com/). I have a small [CI situation](https://git.cyplo.dev/cyplo/blog/actions) going on via (self-hosted) Gitea Actions, it `rsync`s the contents to the server. Good old `nginx` + `rsync` and that's it.