Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
TF_VAR_oidc_discovery_url: https://loginproxy.gov.bc.ca/auth/realms/standard/.well-known/openid-configuration
TF_VAR_oidc_client_id: ai-hub-admin-portal-6366
TF_VAR_oidc_client_secret: ${{ secrets.PORTAL_PROD_OIDC_CLIENT_SECRET }}
# Enable staging slot for zero-downtime slot-swap on the P0v4 ASP.
TF_VAR_enable_deployment_slot: "true"
# Staging slot disabled - blocked by Deny-AppSlots-Public policy (public network access).
TF_VAR_enable_deployment_slot: "false"
PORTAL_NODE_VERSION_FILE: ${{ env.PORTAL_NODE_VERSION_FILE }}
run: bash ./deploy-terraform.sh apply tools --auto-approve --no-var-file
2 changes: 1 addition & 1 deletion .github/workflows/portal-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
TF_VAR_sku_name: "P0v4"
TF_VAR_enable_always_on: "true"
TF_VAR_app_name_override: "ai-hub-onboarding"
TF_VAR_enable_deployment_slot: "true"
TF_VAR_enable_deployment_slot: "false" # Staging slot disabled - blocked by Deny-AppSlots-Public policy
# Sensitive infra inputs
# App settings pushed into App Service environment
TF_VAR_oidc_discovery_url: https://loginproxy.gov.bc.ca/auth/realms/standard/.well-known/openid-configuration
Expand Down
Loading