mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 22:03:29 +07:00
cd: debug preview name helm
This commit is contained in:
parent
15a3764694
commit
caf569ae9c
3
.github/workflows/deploy-preview.yml
vendored
3
.github/workflows/deploy-preview.yml
vendored
@ -16,7 +16,7 @@ on:
|
||||
default: 'main'
|
||||
jobs:
|
||||
build-front-image:
|
||||
name: Deploy Front
|
||||
name: Build Front Image
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Front
|
||||
@ -86,6 +86,7 @@ jobs:
|
||||
- name: Delete Porter app
|
||||
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: Create Porter app
|
||||
uses: porter-dev/porter-cli-action@v0.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user