Skip to content

Commit

Permalink
MAN-227 - enable deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 20, 2024
1 parent e1e3c34 commit fae45b4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ jobs:
registry_org: 'ministryofjustice'
push: ${{ inputs.push || true }}
docker_multiplatform: true
# deploy_dev:
# name: Deploy to the development environment
# needs:
# - build
# - helm_lint
# uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2 # WORKFLOW_VERSION
# secrets: inherit
# with:
# environment: 'dev'
# app_version: '${{ needs.build.outputs.app_version }}'
deploy_dev:
name: Deploy to the development environment
needs:
- build
- helm_lint
uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2 # WORKFLOW_VERSION
secrets: inherit
with:
environment: 'dev'
app_version: '${{ needs.build.outputs.app_version }}'
# deploy_preprod:
# name: Deploy to pre-production environment
# needs:
Expand Down

0 comments on commit fae45b4

Please sign in to comment.