3 Commits

Author SHA1 Message Date
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
3 changed files with 10 additions and 2 deletions

View File

@@ -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:

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.18.0 1.19.0