Skip to content

Commit

Permalink
Merge pull request #123 from ministryofjustice/TM-802-configure-and-d…
Browse files Browse the repository at this point in the history
…eploy-alfresco-helm-charts-to-prod-namespace

TM-802 adding prod env to the matrix
  • Loading branch information
pbasumatary authored Jan 15, 2025
2 parents 0b4620c + 3aa312e commit fda6f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-platform-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
release:
strategy:
matrix:
environment: [poc, dev, test, stage]
environment: [poc, dev, test, stage, preprod, prod]
ref:
- ${{ contains(github.ref, 'main') || startsWith(github.ref, 'refs/heads/v') }}
exclude:
Expand Down

0 comments on commit fda6f63

Please sign in to comment.