Skip to content

Commit

Permalink
Man 227 deploy to preprod (#254)
Browse files Browse the repository at this point in the history
* MAN-227 - enable preprod deploy

* MAN-227 - enable preprod deploy
  • Loading branch information
achimber-moj authored Jan 9, 2025
1 parent f5de50c commit 8faf416
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ jobs:
with:
environment: 'dev'
app_version: '${{ needs.build.outputs.app_version }}'
# deploy_preprod:
# name: Deploy to pre-production environment
# needs:
# - build
# - deploy_dev
# uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2 # WORKFLOW_VERSION
# secrets: inherit
# with:
# environment: 'preprod'
# app_version: '${{ needs.build.outputs.app_version }}'
deploy_preprod:
name: Deploy to pre-production environment
needs:
- build
- deploy_dev
uses: ministryofjustice/hmpps-github-actions/.github/workflows/deploy_env.yml@v2 # WORKFLOW_VERSION
secrets: inherit
with:
environment: 'preprod'
app_version: '${{ needs.build.outputs.app_version }}'
# deploy_prod:
# name: Deploy to production environment
# needs:
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ generic-service:
replicaCount: 2

ingress:
host: manage-a-supervision-preprod.hmpps.service.justice.gov.uk
host: manage-people-on-probation-preprod.hmpps.service.justice.gov.uk

env:
INGRESS_URL: "https://manage-a-supervision-preprod.hmpps.service.justice.gov.uk"
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

generic-service:
ingress:
host: manage-a-supervision.hmpps.service.justice.gov.uk
host: manage-people-on-probation.hmpps.service.justice.gov.uk

env:
INGRESS_URL: "https://manage-a-supervision.hmpps.service.justice.gov.uk"
Expand Down

0 comments on commit 8faf416

Please sign in to comment.