From 562e349d2bc3b341f52dc29adde0198a5114fff6 Mon Sep 17 00:00:00 2001 From: Jeremy Denquin Date: Wed, 30 Mar 2022 17:07:34 +0200 Subject: [PATCH] cd: typo in worker app name --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 29efa75..b82cabe 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -204,7 +204,7 @@ jobs: - name: Create Worker app 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.inputs.api_branch }} + 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.inputs.api_branch }} \ No newline at end of file