mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 22:33:20 +07:00
fix: API deploy preview
This commit is contained in:
parent
eeded0ce18
commit
95b47a09e8
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
@ -214,7 +214,7 @@ jobs:
|
||||
- name: Delete Clock app
|
||||
if: ${{ steps.helm_clock_deployment.outputs.deployment != 'null' }}
|
||||
run: |
|
||||
helm --kubeconfig ./kubeconfig.yaml uninstall ${{ github.event.inputs.preview_name }}-worker
|
||||
helm --kubeconfig ./kubeconfig.yaml uninstall ${{ github.event.inputs.preview_name }}-clock
|
||||
- name: Create Clock app
|
||||
uses: porter-dev/porter-cli-action@v0.1.0
|
||||
with:
|
||||
|
2
api
2
api
@ -1 +1 @@
|
||||
Subproject commit 215b28b1fdcfbe4b37c33f62d61f6defc09730bf
|
||||
Subproject commit 229916ebce471e878659796671d2763aafc43caf
|
Loading…
Reference in New Issue
Block a user