mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 22:43:24 +07:00
cd: typo in porter action
This commit is contained in:
parent
6a5dd28dc7
commit
28e0fa78ea
2
.github/workflows/deploy-preview.yml
vendored
2
.github/workflows/deploy-preview.yml
vendored
@ -202,7 +202,7 @@ jobs:
|
||||
run: |
|
||||
helm --kubeconfig ./kubeconfig.yaml uninstall ${{ github.event.inputs.preview_name }}-worker
|
||||
- name: Create Worker app
|
||||
uses: porder-dev/porter-cli-action@v0.1.0
|
||||
uses: porter-dev/porter-cli-action@v0.1.0
|
||||
with:
|
||||
command: create worker --app ${{ github.event.inputs.preview_name }}--worker --source registry --values ./api/porter/env_worker.yaml --image ${{ steps.login-ecr.outputs.registry }}/lago-api-staging:${{ github.event.inoputs.api_branch }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user