21909 - Capture name and address of entity for routing slips (#1821) #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pay Queue CD GCP | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "pay-queue/**" | |
- "pay-api/src/pay_api/models/**" | |
- "pay-api/src/pay_api/services/cfs_service.py" | |
workflow_dispatch: | |
inputs: | |
target: | |
description: "Deploy To" | |
required: true | |
type: choice | |
options: | |
- dev | |
- test | |
- sandbox | |
- prod | |
jobs: | |
pay-queue-cd: | |
uses: bcgov/bcregistry-sre/.github/workflows/backend-cd.yaml@main | |
with: | |
target: ${{ inputs.target }} | |
app_name: "pay-queue" | |
working_directory: "./pay-queue" | |
secrets: | |
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }} | |
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }} |