Skip to content

Commit

Permalink
updated cd stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Kial Jinnah <[email protected]>
  • Loading branch information
kialj876 committed Jun 4, 2024
1 parent 1b1d692 commit 67cbc90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 58 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
permissions:
contents: "write"
id-token: "write"
uses: bcgov/bcregistry-sre/.github/workflows/ui-cd-pnpm.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
app_name: "business-dashboard-ui"
secrets:
APP_NAME: "business-dashboard-ui"
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 }}
52 changes: 0 additions & 52 deletions devops/cloudbuild-pr.yaml

This file was deleted.

0 comments on commit 67cbc90

Please sign in to comment.