From 49de0d67983ae01f891ad051a9353a18264ef6e3 Mon Sep 17 00:00:00 2001 From: Matt Whittaker <34448412+mattops@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:19:35 +0000 Subject: [PATCH] Update environment names to match terraform config --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index d899ac2..478408b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -55,7 +55,7 @@ jobs: uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2 # WORKFLOW_VERSION secrets: inherit with: - environment: 'development' + environment: 'dev' app_version: '${{ needs.build.outputs.app_version }}' deploy_prod: name: Deploy to production environment @@ -65,5 +65,5 @@ jobs: uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2 # WORKFLOW_VERSION secrets: inherit with: - environment: 'production' + environment: 'prod' app_version: '${{ needs.build.outputs.app_version }}'