mirror of
https://github.com/getlago/lago.git
synced 2025-01-31 01:45:07 +07:00
cd: update delete preview
This commit is contained in:
parent
9d10c5e886
commit
af10ec374d
9
.github/workflows/delete-preview.yml
vendored
9
.github/workflows/delete-preview.yml
vendored
@ -35,10 +35,7 @@ jobs:
|
||||
- name: Delete Front Preview
|
||||
if: ${{ steps.helm_deployment.outputs.deployment != 'null' }}
|
||||
run: |
|
||||
echo "${{ steps.helm_deployment.outputs.deployment }}"
|
||||
helm --kubeconfig ./kubeconfig.yaml uninstall ${{ github.event.inputs.preview_name }}-app
|
||||
- name: Delete API Preview
|
||||
if: ${{ steps.helm_deployment.outputs.deployment != 'null' }}
|
||||
run: |
|
||||
echo "${{ steps.helm_deployment.outputs.deployment }}"
|
||||
helm --kubeconfig ./kubeconfig.yaml uninstall ${{ github.event.inputs.preview_name }}-api
|
||||
helm --kubeconfig ./kubeconfig.yaml uninstall ${{ github.event.inputs.preview_name }}-api
|
||||
helm --kubeconfig ./kubeconfig.yaml uninstall ${{ github.event.inputs.preview_name }}-worker
|
||||
helm --kubeconfig ./kubeconfig.yaml uninstall ${{ github.event.inputs.preview_name }}-clock
|
Loading…
Reference in New Issue
Block a user