mirror of
https://github.com/getlago/lago.git
synced 2025-01-12 15:57:24 +07:00
cd: fix typo
This commit is contained in:
parent
caf569ae9c
commit
dcd09b1666
4
.github/workflows/deploy-preview.yml
vendored
4
.github/workflows/deploy-preview.yml
vendored
@ -3,7 +3,7 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
preview_name:
|
||||
description: Preview Branch Name
|
||||
description: Preview Name (domain)
|
||||
required: true
|
||||
default: 'main'
|
||||
front_branch:
|
||||
@ -86,7 +86,7 @@ jobs:
|
||||
- name: Delete Porter app
|
||||
if: ${{ steps.helm_deployment.outputs.deployment != 'null' }}
|
||||
run: |
|
||||
echo "${{ steps.helm_deployment.outputs.deployment"
|
||||
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