diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 57aabd5..4d20719 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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 \