cd: debug preview name helm

This commit is contained in:
Jeremy Denquin 2022-03-22 15:54:31 +01:00
parent 15a3764694
commit caf569ae9c
No known key found for this signature in database
GPG Key ID: 9E2B6D4E714D5CE0

View File

@ -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