Actualiser .forgejo/workflows/deploy.yml
This commit is contained in:
parent
7cd9f337ea
commit
8a115f74fd
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
"
|
||||
Loading…
Reference in a new issue