ci: generate values.prod.yaml from template before deploy
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m9s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m9s
This commit is contained in:
parent
fdb61a21bf
commit
0c66dd65c5
@ -78,6 +78,9 @@ jobs:
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
helm upgrade --install fusero ./chart \
|
||||
|
Loading…
Reference in New Issue
Block a user