Skip to content

25249 - Add/remove Contact Centre Staff and Maximus Staff (#3276) (#3… #102

25249 - Add/remove Contact Centre Staff and Maximus Staff (#3276) (#3…

25249 - Add/remove Contact Centre Staff and Maximus Staff (#3276) (#3… #102

Workflow file for this run

name: Auth Queue CD
on:
push:
branches:
- main
paths:
- "queue_services/auth-queue/**"
- "auth-api/src/auth_api/models/**"
- "auth-api/src/auth_api/services/gcp_queue/*"
- "auth-api/src/auth_api/services/activity_log_publisher.py"
- "auth-api/src/auth_api/utils/enums.py"
workflow_dispatch:
inputs:
target:
description: "Deploy To"
required: true
type: choice
options:
- "dev"
- "test"
- "sandbox"
- "prod"
redeploy:
description: "Redeploy Application"
required: true
type: choice
options:
- "false"
- "true"
jobs:
auth-queue-cd:
uses: bcgov/bcregistry-sre/.github/workflows/backend-cd.yaml@main
with:
target: ${{ inputs.target }}
app_name: "auth-queue"
working_directory: "./queue_services/auth-queue"
redeploy: ${{ inputs.redeploy }}
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}