ci: generate values.prod.yaml from template before deploy
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m9s

This commit is contained in:
liquidrinu 2025-05-22 14:41:29 +02:00
parent fdb61a21bf
commit 0c66dd65c5

@ -78,6 +78,9 @@ jobs:
run: | run: |
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- name: Generate values.prod.yaml from template
run: cp chart/values.prod.template.yaml chart/values.prod.yaml
- name: Deploy to Kubernetes - name: Deploy to Kubernetes
run: | run: |
helm upgrade --install fusero ./chart \ helm upgrade --install fusero ./chart \