Compare commits

..

2 Commits

Author SHA1 Message Date
Evrard Van Espen
e86e7287be Testing
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 28s
2025-11-20 18:55:18 +00:00
Evrard Van Espen
5fb92608d2 Testing 2025-11-20 18:55:08 +00:00

View File

@@ -26,8 +26,9 @@ jobs:
# tags: "git.vanespen.dev/evanespen/blog:latest" # tags: "git.vanespen.dev/evanespen/blog:latest"
- name: Setup Kubectl - name: Setup Kubectl
run: | run: |
env
mkdir ~/.kube mkdir ~/.kube
export KUBECONFIG=${{ secrets.KUBECONFIG }}
env
echo "$KUBECONFIG" > ~/.kube/config echo "$KUBECONFIG" > ~/.kube/config
cat ~/.kube/config cat ~/.kube/config
# curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" # curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"