Skip to content

Commit 66de553

Browse files
chore: remove dev and review environment deployments
Dev and review environments are being migrated to a new Azure subscription and are temporarily unavailable. The pipeline now only deploys to preprod and prod environments from the main branch.
1 parent c3b0e64 commit 66de553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-2-main-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ jobs:
8989
id-token: write
9090
uses: ./.github/workflows/stage-4-deploy.yaml
9191
with:
92-
environments: '["review","dev","preprod","prod"]'
92+
environments: '["preprod","prod"]'
9393
commit_sha: ${{ github.sha }}
9494
secrets: inherit

0 commit comments

Comments
 (0)