ci: install helm before deploy
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m14s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m14s
This commit is contained in:
parent
4499e11603
commit
fef95ff9eb
@ -74,6 +74,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
kubectl delete job fusero-backend-db-init -n fusero-prod || true
|
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
|
- name: Deploy to Kubernetes
|
||||||
run: |
|
run: |
|
||||||
helm upgrade --install fusero ./chart \
|
helm upgrade --install fusero ./chart \
|
||||||
|
Loading…
Reference in New Issue
Block a user