Testing
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2m38s

This commit is contained in:
Evrard Van Espen
2025-11-20 18:28:41 +00:00
parent 766484a12a
commit be2aec45d7

View File

@@ -26,7 +26,9 @@ jobs:
# tags: "git.vanespen.dev/evanespen/blog:latest"
- name: Setup Kubectl
run: |
mkdir ~/.kube && echo ${{ secrets.KUBECONFIG }} > ~/.kube/config
mkdir ~/.kube
echo > ~/.kube/config << EOF
${{ secrets.KUBECONFIG }}
EOF
apt update && apt install -y kubectl
kubectl apply -f argo.yaml