Skip to content

fix: documents in registration response for all registration types (#… #192

fix: documents in registration response for all registration types (#…

fix: documents in registration response for all registration types (#… #192

Workflow file for this run

name: STRR API CD
on:
push:
branches:
- main
- feature*
- hotfix*
- release*
paths:
- "strr-api/**"
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:
strr-api-cd:
uses: bcgov/bcregistry-sre/.github/workflows/backend-cd.yaml@main
with:
target: ${{ inputs.target }}
app_name: "strr-api"
working_directory: "./strr-api"
redeploy: ${{ inputs.redeploy }}
secrets:
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}