This commit is contained in:
n8wb
2025-02-18 15:08:36 -08:00
parent 0045e6374a
commit f36608f507

View File

@@ -136,4 +136,4 @@ jobs:
- name: 'Get cluster credentials'
run: 'gcloud container clusters get-credentials ${{ vars.CLUSTER_NAME }} --region ${{ vars.REGION }}'
- name: 'Deploy'
run: 'helm upgrade --install ${{ vars.SERVICE_NAME }}-relayer ./chart --set version=${{ github.sha }} --values ./chart/values.requests.yaml'
run: 'helm upgrade --install ${{ vars.SERVICE_NAME }}-relayer ./chart --set version=${{ github.sha }} --values ./chart/values.testnet.yaml --values ./chart/values.testnet.relayer.yaml'