mirror of
https://github.com/getlago/lago.git
synced 2025-01-31 01:45:07 +07:00
fix: #15 use one redis typo
This commit is contained in:
parent
d602b35db6
commit
fea9a8a4bd
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
@ -188,7 +188,7 @@ jobs:
|
||||
run: echo "${{ secrets.KUBE_STAGING_CONFIG }}" | base64 -d > kubeconfig.yaml
|
||||
- name: Get Helm Redis deployment
|
||||
id: helm_redis_deployment
|
||||
run: echo "::set-output name=deployment::$(helm --kubeconfig ./kubeconfig.yaml list -f ${{ github.event.inputs.preview_name }}-redis -o=json | jq '.[0].name)"
|
||||
run: echo "::set-output name=deployment::$(helm --kubeconfig ./kubeconfig.yaml list -f ${{ github.event.inputs.preview_name }}-redis -o=json | jq '.[0].name')"
|
||||
- name: Create Redis deployment
|
||||
if: ${{ steps.helm_deployment.outputs.deployment == 'null' }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user