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:04:50 +00:00
parent 7cd9f337ea
commit 8a115f74fd

View file

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