add new post about this website being alive again!

remove Concourse and Mastodon links
This commit is contained in:
Pim Kunis 2024-04-21 10:27:27 +02:00
parent 163458b98a
commit 0928a50b33
2 changed files with 17 additions and 4 deletions

View file

@ -1,9 +1,5 @@
<footer class="footer">
<a href="https://ci.kun.is/teams/main/pipelines/static" target="_blank" rel="nofollow noopener">
<img src="https://ci.kun.is/api/v1/teams/main/pipelines/static/badge" alt="CI">
</a>
<a class="footer_item" href="https://git.kun.is/pim"><i class="fa-solid fa-code-branch"></i> Git</a>
<a class="footer_item" rel="me" href="https://social.pizzapim.nl/@pim"><i class="fab fa-mastodon"></i> Mastodon</a>
<span class="footer_item">&copy; {{ site.time | date: "%Y" }}</span>
<small class="footer_copyright">
<!-- Klisé Theme: https://github.com/piharpi/jekyll-klise -->

View file

@ -0,0 +1,17 @@
---
layout: post
title: "It's alive!"
date: 2024-04-21 10:02:00 Europe/Amsterdam
categories: jekyll blog
---
Finally, after several months this website is up and running again!
My homelab has completely changed, but the reason why it initially went offline is because of my failing CI installation.
I was using [Concourse CI](https://concourse-ci.org/) which I was initially interested in due to the reproducible nature of its builds using containers.
However, for some reason pipelines were sporadically getting stuck when I reboot the virtual machine it was running on.
The fix was very annoying: I had to re-create the pipelines manually (which feels very backwards for a CI/CD system!)
Additionally, my virtual machine setup back then was also quite fragile and I decided to get rid of that as well.
I have learned that having an escape hatch to deploy something is probably a good idea 😅
Expect a new overview of my homelab soon, in the same vein as [this post from last year]({% post_url infrastructure-snapshot/2023-08-13-infrastructure-snapshot %})!