Skip to content

Commit

Permalink
Update environment names to match terraform config (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops authored Mar 3, 2025
1 parent e942598 commit 42ec57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}'

0 comments on commit 42ec57a

Please sign in to comment.