ci: install helm before deploy
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m14s

This commit is contained in:
liquidrinu 2025-05-22 14:03:46 +02:00
parent 4499e11603
commit fef95ff9eb

@ -74,6 +74,10 @@ jobs:
run: |
kubectl delete job fusero-backend-db-init -n fusero-prod || true
- name: Install Helm
run: |
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- name: Deploy to Kubernetes
run: |
helm upgrade --install fusero ./chart \