Compare commits
5 Commits
1.18.0
...
b88cebce61
| Author | SHA1 | Date | |
|---|---|---|---|
| b88cebce61 | |||
| f0085852da | |||
|
|
f19da9579b | ||
| 09c0f5b5b0 | |||
|
|
de2bb48fd5 |
@@ -4,6 +4,7 @@ env:
|
||||
VERSION_FRAGMENT: minor
|
||||
DEPLOYMENT_NAMESPACE: luxuries
|
||||
DEPLOYMENT_LABEL: garden
|
||||
KUBE_HOST: kubernetes.default.svc
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -88,7 +89,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions-hub/kubectl@master
|
||||
env:
|
||||
KUBE_HOST: https://kubernetes.default.svc/
|
||||
KUBE_HOST: ${{ env.KUBE_HOST }}
|
||||
KUBE_CERTIFICATE: ${{ secrets.KUBE_CERTIFICATE }}
|
||||
KUBE_TOKEN: ${{ secrets.GARDEN_TOKEN }}
|
||||
with:
|
||||
|
||||
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.17.0
|
||||
1.19.0
|
||||
|
||||
Reference in New Issue
Block a user