Feature/automation #6

Merged
dutchie031 merged 39 commits from feature/automation into main 2026-07-30 12:26:55 +00:00
Showing only changes of commit da243f5c3f - Show all commits
+22 -12
View File
@@ -92,15 +92,25 @@ jobs:
with:
fetch-depth: 0
- name: 'Deploy'
uses: deliverybot/helm@v1
with:
release: spearhead-docs
namespace: spearhead-docs
chart: '.helm'
value-files: >-
[
".helm/values.yaml"
]
env:
KUBECONFIG_FILE: ${{ secrets.KUBECONFIG_CONTENT }}
- name: Set up Kubeconfig
run: |
echo "${{ secrets.KUBECONFIG_CONTENT }}" > kubeconfig
export KUBECONFIG=kubeconfig
kubectl config view
- name: Check Helm version
run: |
helm version
# - name: 'Deploy'
# uses: deliverybot/helm@v1
# with:
# release: spearhead-docs
# namespace: spearhead-docs
# chart: '.helm'
# value-files: >-
# [
# ".helm/values.yaml"
# ]
# env:
# KUBECONFIG_FILE: ${{ secrets.KUBECONFIG_CONTENT }}