31256 Update AR spec with director/office note (#244) #140
This file contains hidden or 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: Developer Connect UI CD | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - "web/site/**" | |
| workflow_dispatch: | |
| inputs: | |
| target: | |
| description: "Deploy To" | |
| required: true | |
| type: choice | |
| options: | |
| - dev | |
| - test | |
| - sandbox | |
| - prod | |
| jobs: | |
| developer-connect-ui-cd: | |
| uses: bcgov/bcregistry-sre/.github/workflows/frontend-cd.yaml@main | |
| with: | |
| target: ${{ inputs.target }} | |
| app_name: "developer-connect-ui" | |
| working_directory: "./web/site" | |
| secrets: | |
| WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }} | |
| GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }} |