Actualiser .forgejo/workflows/deploy.yml
Some checks failed
deploy / deploy-to-k8s (push) Failing after 1s
Deploy to Kubernetes / deploy-to-k8s (push) Failing after 16s

This commit is contained in:
gano 2025-05-09 14:01:24 +00:00
parent f096a4e907
commit 7cd9f337ea

View file

@ -30,7 +30,7 @@ jobs:
entrypoint: /bin/sh
args: |
-c "
echo '$KUBECONFIG_DATA' > kubeconfig.yaml &&
echo '$KUBECONFIG_DATA' > $(pwd)/kubeconfig.yaml &&
export KUBECONFIG=$(pwd)/kubeconfig.yaml &&
kubectl set image deployment/homeassistant home-assistant=${IMAGE_NAME}:${GITHUB_REF_NAME} &&
kubectl rollout status deployment/homeassistant