clean up. Working workflow
All checks were successful
Casa Home Assistant CI/CD Pipeline (testing) / build (push) Successful in 16s

This commit is contained in:
2025-11-22 04:41:28 +00:00
parent 5fec908323
commit c42dbef22c
2 changed files with 0 additions and 9 deletions

View File

@@ -35,9 +35,5 @@ jobs:
set -e
cd ${{ gitea.workspace }}
kubectl apply -f ./deploy/deployment.yaml
echo "Length ENDPOINT_IP: ${#ENDPOINT_IP}"
echo "Length SERVICE_PORT: ${#SERVICE_PORT}"
echo "Length INGRESS_ROUTES_MATCH: ${#INGRESS_ROUTES_MATCH}"
echo "Length INGRESS_TLS_SECRET_NAME: ${#INGRESS_TLS_SECRET_NAME}"
envsubst < ./deploy/service.template.yaml | kubectl apply -f -