Skip to content

Commit

Permalink
Merge pull request #772 from EPortman/20291-move-app-to-app-directory
Browse files Browse the repository at this point in the history
Updated CD.yml file to the newer version.
  • Loading branch information
rarmitag authored Aug 1, 2024
2 parents c9b70b2 + 3b90c76 commit 756df49
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,24 @@ on:
workflow_dispatch:
inputs:
environment:
description: "Environment"
description: 'Environment'
required: true
type: choice
options:
- dev
- test
- sandbox
- prod
tagname:
description: "Specify a previous version (git tag) to deploy"
required: false
default: ""
- dev
- test
- sandbox
- prod

jobs:
namerequest-ui-cd:
uses: bcgov/bcregistry-sre/.github/workflows/ui-cd-node20.yaml@main
uses: bcgov/bcregistry-sre/.github/workflows/frontend-cd.yaml@main
with:
environment: ${{ inputs.environment }}
tagname: ${{ inputs.tagname }}
target: ${{ inputs.environment }}
node_version: '20.5.1'
app_name: 'namerequest'
working_directory: 'app'
secrets:
APP_NAME: "namerequest"
OP_CONNECT_URL: ${{ secrets.OP_CONNECT_URL }}
OP_CONNECT_TOKEN: ${{ secrets.OP_CONNECT_TOKEN }}
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}

0 comments on commit 756df49

Please sign in to comment.