From ec8d8768b1941b6fab96674f8621df889fdbc547 Mon Sep 17 00:00:00 2001 From: August Kilponen Date: Fri, 18 Oct 2024 09:39:14 +0300 Subject: [PATCH] Korjattu deploymentia --- .github/workflows/deploy-dbt-runner.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-dbt-runner.yml b/.github/workflows/deploy-dbt-runner.yml index 65b4742..5228aee 100644 --- a/.github/workflows/deploy-dbt-runner.yml +++ b/.github/workflows/deploy-dbt-runner.yml @@ -8,11 +8,9 @@ on: required: true type: string environment: - type: choice - description: 'Environment which to deploy to' - options: - - testi - - tuotanto + type: string + required: true + description: 'Environment which to deploy to (testi/tuotanto)' workflow_dispatch: inputs: image-tag: