Skip to content

Commit

Permalink
paused uat deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithanagarur committed Jan 27, 2025
1 parent b02af18 commit 2f18e94
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ jobs:
with:
environment: 'dev'
app_version: '${{ needs.build.outputs.app_version }}'
deploy_uat:
name: Deploy to the uat environment
needs:
- build
- helm_lint
- deploy_dev
uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2
secrets: inherit
with:
environment: 'uat'
app_version: '${{ needs.build.outputs.app_version }}'
# deploy_uat:
# name: Deploy to the uat environment
# needs:
# - build
# - helm_lint
# - deploy_dev
# uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2
# secrets: inherit
# with:
# environment: 'uat'
# app_version: '${{ needs.build.outputs.app_version }}'
# deploy_preprod:
# name: Deploy to pre-production environment
# needs:
Expand Down

0 comments on commit 2f18e94

Please sign in to comment.