Compare commits
4 Commits
f19da9579b
...
1.21.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c9fe008b6 | |||
|
|
4070be7844 | ||
| b88cebce61 | |||
| f0085852da |
@@ -4,6 +4,7 @@ env:
|
|||||||
VERSION_FRAGMENT: minor
|
VERSION_FRAGMENT: minor
|
||||||
DEPLOYMENT_NAMESPACE: luxuries
|
DEPLOYMENT_NAMESPACE: luxuries
|
||||||
DEPLOYMENT_LABEL: garden
|
DEPLOYMENT_LABEL: garden
|
||||||
|
KUBE_HOST: kubernetes.default.svc
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -88,7 +89,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions-hub/kubectl@master
|
- uses: actions-hub/kubectl@master
|
||||||
env:
|
env:
|
||||||
KUBE_HOST: kubernetes.default.svc
|
KUBE_HOST: ${{ env.KUBE_HOST }}
|
||||||
KUBE_CERTIFICATE: ${{ secrets.KUBE_CERTIFICATE }}
|
KUBE_CERTIFICATE: ${{ secrets.KUBE_CERTIFICATE }}
|
||||||
KUBE_TOKEN: ${{ secrets.GARDEN_TOKEN }}
|
KUBE_TOKEN: ${{ secrets.GARDEN_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
index.md
2
index.md
@@ -8,7 +8,7 @@ If you're curious, the games I'm currently playing are:
|
|||||||
- #acnh
|
- #acnh
|
||||||
- #satisfactory
|
- #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]]
|
![[chart.png]]
|
||||||
|
|
||||||
|
|||||||
7
test.md
Normal file
7
test.md
Normal 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
|
||||||
@@ -1 +1 @@
|
|||||||
1.19.0
|
1.20.0
|
||||||
|
|||||||
Reference in New Issue
Block a user