Skip to content

Commit

Permalink
TM-802 adding prod env to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pbasumatary committed Jan 15, 2025
1 parent 90054b8 commit 3aa312e
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 3aa312e

Please sign in to comment.