another fix

This commit is contained in:
n8wb
2025-02-18 15:54:36 -08:00
parent 7246b72402
commit 6f8e19552b

View File

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