9 Commits

Author SHA1 Message Date
8c9fe008b6 reduce repetition
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 37s
Deploy Quartz site to Pages / deploy (push) Successful in 3s
2026-04-12 03:18:26 -05:00
Build Pipeline
4070be7844 minor version increment [skip actions] 2026-04-12 08:09:29 +00:00
b88cebce61 test page
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 46s
Deploy Quartz site to Pages / deploy (push) Successful in 6s
2026-04-12 03:09:20 -05:00
f0085852da move kube host to variable 2026-04-12 03:09:20 -05:00
Build Pipeline
f19da9579b minor version increment [skip actions] 2026-04-12 07:59:49 +00:00
09c0f5b5b0 change kube_host variable
All checks were successful
Deploy Quartz site to Pages / build (push) Successful in 34s
Deploy Quartz site to Pages / deploy (push) Successful in 3s
2026-04-12 02:59:40 -05:00
Build Pipeline
de2bb48fd5 minor version increment [skip actions] 2026-04-12 07:56:51 +00:00
02d223e087 add a deployment step
Some checks failed
Deploy Quartz site to Pages / build (push) Successful in 37s
Deploy Quartz site to Pages / deploy (push) Failing after 6s
2026-04-12 02:56:24 -05:00
Build Pipeline
cc591fa65a minor version increment [skip actions] 2026-04-12 07:29:25 +00:00
4 changed files with 24 additions and 3 deletions

View File

@@ -2,6 +2,9 @@ name: Deploy Quartz site to Pages
env:
VERSION_FRAGMENT: minor
DEPLOYMENT_NAMESPACE: luxuries
DEPLOYMENT_LABEL: garden
KUBE_HOST: kubernetes.default.svc
on:
push:
@@ -79,4 +82,15 @@ jobs:
www.tar.gz
token: ${{secrets.CI_ACCESS}}
- run: git push
working-directory: content
working-directory: content
deploy:
needs: [ build ]
runs-on: ubuntu-latest
steps:
- uses: actions-hub/kubectl@master
env:
KUBE_HOST: ${{ env.KUBE_HOST }}
KUBE_CERTIFICATE: ${{ secrets.KUBE_CERTIFICATE }}
KUBE_TOKEN: ${{ secrets.GARDEN_TOKEN }}
with:
args: delete pods -n ${{env.DEPLOYMENT_NAMESPACE}} -l app=${{ env.DEPLOYMENT_LABEL}}

View File

@@ -8,7 +8,7 @@ If you're curious, the games I'm currently playing are:
- #acnh
- #satisfactory
I play a bit of DND and run a "rat club" on Thursday evenings (best understood as an evolution of book clubs). Definitely I am more of an engineer than an artist, but I definitely appreciate art a lot. You can get a sense of my tastes by browsing the [karakeep](./karakeep) folder, which is going to have a decently up-to-date collection of things I'm interested in. In general though, I like what [Tatsuki Fujimoto](https://en.wikipedia.org/wiki/Tatsuki_Fujimoto), [Yoko Taro](https://en.wikipedia.org/wiki/Yoko_Taro), and [Kenshi Yonezu](https://en.wikipedia.org/wiki/Kenshi_Yonezu) are doing. I think if I had to rank my favorite animated serialized works of all time, it would look something like this:
I play a bit of DND and run a "rat club" on Thursday evenings (best understood as an evolution of book clubs). Definitely I am more of an engineer than an artist, but I do appreciate art. You can get a sense of my tastes by browsing the [karakeep](./karakeep) folder, which is going to have a decently up-to-date collection of things I'm interested in. In general though, I like what [Tatsuki Fujimoto](https://en.wikipedia.org/wiki/Tatsuki_Fujimoto), [Yoko Taro](https://en.wikipedia.org/wiki/Yoko_Taro), and [Kenshi Yonezu](https://en.wikipedia.org/wiki/Kenshi_Yonezu) are doing. I think if I had to rank my favorite animated serialized works of all time, it would look something like this:
![[chart.png]]

7
test.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: Testing my Pipeline Improvement
tags:
- nerd-shit
- homelab
---
This is just a test file I'm committing to see if the changes to my workflow file automatically reset the pods hosting the website so I can do so without having to open a terminal

View File

@@ -1 +1 @@
1.16.0
1.20.0