Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .github/workflows/cicd-stage-3-deploy-to-prod.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,3 @@ jobs:
uses: ./.github/workflows/cicd-stage-2-deploy-to-int-and-sandbox.yml
needs: deploy-to-internal-qa
secrets: inherit

deploy-to-prod-require-appoval:
name: "Require approval for production workflow"
needs: deploy-to-int-and-sandbox
runs-on: ubuntu-latest
environment:
name: production
steps:
- run: echo "Approved — now calling CICD stage 3 Deploy to Produciton workflow"

deploy-to-prod:
name: "Deploy to Production Environment"
uses: ./.github/workflows/cicd-stage-3-deploy-to-prod.yml
needs: deploy-to-prod-require-appoval
secrets: inherit
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dev = [
]

[tool.uv]
required-version = "~=0.9.0"
required-version = ">=0.9,<0.11"
package = false
default-groups = "all"
override-dependencies = ["typing-extensions==4.12.2", "requests==2.32.5"]
Expand Down
28 changes: 0 additions & 28 deletions specification/x-nhsd-apim/x-nhsd-apim-prod.yaml

This file was deleted.

Loading
Loading